diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2021-07-15 15:33:48 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2021-07-15 15:33:48 +0000 |
commit | bf47d3c202cc8e4a7681937f9f0357cf206dae90 (patch) | |
tree | d8b5a34e10ca261e603abfe3fffaa55985ef8bdb | |
parent | bbceca2cf4c4de7487cae9e1b210b25e5700a0fd (diff) |
space savings on install kernels. (restore and ralink drivers+firmware go
away)
-rw-r--r-- | distrib/sparc64/miniroot/list | 12 | ||||
-rw-r--r-- | sys/arch/sparc64/conf/RAMDISK | 6 |
2 files changed, 2 insertions, 16 deletions
diff --git a/distrib/sparc64/miniroot/list b/distrib/sparc64/miniroot/list index 1659abcc4bb..35592cd2eab 100644 --- a/distrib/sparc64/miniroot/list +++ b/distrib/sparc64/miniroot/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.6 2019/06/07 14:39:57 deraadt Exp $ +# $OpenBSD: list,v 1.7 2021/07/15 15:33:47 deraadt Exp $ SRCDIRS distrib/special @@ -42,7 +42,6 @@ LINK instbin sbin/mount_udf LINK instbin sbin/newfs LINK instbin sbin/ping sbin/ping6 LINK instbin sbin/reboot sbin/halt -LINK instbin sbin/restore LINK instbin sbin/route LINK instbin sbin/slaacd LINK instbin sbin/sysctl @@ -68,15 +67,6 @@ COPY ${DESTDIR}/etc/firmware/bnx-rv2p etc/firmware/bnx-rv2p COPY ${DESTDIR}/etc/firmware/bnx-xi-rv2p etc/firmware/bnx-xi-rv2p COPY ${DESTDIR}/etc/firmware/bnx-xi90-rv2p etc/firmware/bnx-xi90-rv2p -COPY ${DESTDIR}/etc/firmware/ral-rt2561 etc/firmware/ral-rt2561 -COPY ${DESTDIR}/etc/firmware/ral-rt2561s etc/firmware/ral-rt2561s -COPY ${DESTDIR}/etc/firmware/ral-rt2661 etc/firmware/ral-rt2661 -COPY ${DESTDIR}/etc/firmware/ral-rt2860 etc/firmware/ral-rt2860 -COPY ${DESTDIR}/etc/firmware/ral-rt3290 etc/firmware/ral-rt3290 -COPY ${DESTDIR}/etc/firmware/rum-rt2573 etc/firmware/rum-rt2573 -COPY ${DESTDIR}/etc/firmware/run-rt2870 etc/firmware/run-rt2870 -COPY ${DESTDIR}/etc/firmware/run-rt3071 etc/firmware/run-rt3071 - # copy the MAKEDEV script and make some devices SCRIPT ${DESTDIR}/dev/MAKEDEV dev/MAKEDEV SPECIAL cd dev; sh MAKEDEV ramdisk diff --git a/sys/arch/sparc64/conf/RAMDISK b/sys/arch/sparc64/conf/RAMDISK index b5f2fdc63c8..d9446d573f6 100644 --- a/sys/arch/sparc64/conf/RAMDISK +++ b/sys/arch/sparc64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.124 2019/09/04 14:29:42 cheloha Exp $ +# $OpenBSD: RAMDISK,v 1.125 2021/07/15 15:33:47 deraadt Exp $ machine sparc64 maxusers 4 @@ -70,8 +70,6 @@ ath* at pci? # Atheros AR5k (802.11a/b/g) ath* at cardbus? # Atheros AR5k (802.11a/b/g) athn* at pci? # Atheros AR9k (802.11a/g/n) athn* at cardbus? # Atheros AR9k (802.11a/g/n) -ral* at pci? # Ralink RT2500/RT2501/RT2600 -ral* at cardbus? # Ralink RT2500/RT2501/RT2600 com* at pcmcia? # PCMCIA modems/serial ports ep* at pcmcia? # PCMCIA based 3C5xx ethernet ne* at pcmcia? # PCMCIA based NE2000 ethernet @@ -226,8 +224,6 @@ smsc* at uhub? # SMSC LAN95xx Ethernet cdce* at uhub? # CDC Ethernet udav* at uhub? # Davicom DM9601 based Ethernet mos* at uhub? # MOSCHIP MCS7730/7830 10/100 Ethernet -ural* at uhub? # Ralink RT2500USB -rum* at uhub? # Ralink RT2501USB/RT2601USB url* at uhub? # Realtek RTL8150L based adapters ure* at uhub? # Realtek RTL8152 based adapters |