Changeset 943
- Timestamp:
- 10/17/06 00:21:28 (2 years ago)
- Files:
-
- trunk/freewrt/Config.in (modified) (1 diff)
- trunk/freewrt/mk/targets.mk (modified) (3 diffs)
- trunk/freewrt/package/broadcom-diag/Config.in (modified) (1 diff)
- trunk/freewrt/package/broadcom-nas/Config.in (modified) (1 diff)
- trunk/freewrt/package/broadcom-wl-util/Config.in (modified) (1 diff)
- trunk/freewrt/package/broadcom-wl/Config.in (modified) (1 diff)
- trunk/freewrt/package/config/mconf.c (modified) (1 diff)
- trunk/freewrt/package/fwcf/Config.in (modified) (1 diff)
- trunk/freewrt/package/jffs2root/Config.in (modified) (1 diff)
- trunk/freewrt/package/mini_fo/Config.in (modified) (1 diff)
- trunk/freewrt/package/mtd/Config.in (modified) (1 diff)
- trunk/freewrt/package/nvram/Config.in (modified) (1 diff)
- trunk/freewrt/package/pcmcia-cs/Config.in (modified) (2 diffs)
- trunk/freewrt/package/switch/Config.in (modified) (4 diffs)
- trunk/freewrt/package/wireless-tools/Config.in (modified) (1 diff)
- trunk/freewrt/package/wlcompat/Config.in (modified) (2 diffs)
- trunk/freewrt/target/Config.in (modified) (3 diffs)
- trunk/freewrt/target/linux/Config.in (modified) (3 diffs)
- trunk/freewrt/target/linux/brcm-2.4/Config.in (modified) (16 diffs)
- trunk/freewrt/target/linux/rb-2.4/Config.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freewrt/Config.in
r645 r943 91 91 92 92 config FWRT_LINUX_2_4_BRCM 93 bool 93 bool 94 config FWRT_LINUX_2_4_RB 95 bool 94 96 95 97 source "target/Config.in" trunk/freewrt/mk/targets.mk
r934 r943 35 35 $(eval $(call target_template,2.4,rb,rb532,2_4_RB_RB532)) 36 36 37 define rootfs_template 38 ifeq ($(FWRT_TARGET_ROOTFS_$(2)),y) 39 FS:=$(1) 40 endif 41 endef 42 43 $(eval $(call rootfs_template,jffs2,JFFS2)) 44 $(eval $(call rootfs_template,squashfs-overlay,SQUASHFS_OVERLAY)) 45 $(eval $(call rootfs_template,squashfs-symlinks,SQUASHFS_SYMLINKS)) 46 $(eval $(call rootfs_template,nfs,NFS)) 47 $(eval $(call rootfs_template,ext2-cf,EXT2-CF)) 48 37 49 38 50 # set kernel version … … 59 71 endif 60 72 73 FWRT_VERSION=devel 74 75 export FWRT_VERSION 61 76 export BOARD 62 77 export CPU_ARCH … … 65 80 export KERNEL_VERSION 66 81 export DEVICE 67 68 define rootfs_template69 ifeq ($(FWRT_TARGET_ROOTFS_$(2)),y)70 FS:=$(1)71 endif72 endef73 74 $(eval $(call rootfs_template,jffs2,JFFS2))75 $(eval $(call rootfs_template,squashfs-overlay,SQUASHFS_OVERLAY))76 $(eval $(call rootfs_template,squashfs-symlinks,SQUASHFS_SYMLINKS))77 $(eval $(call rootfs_template,nfs,NFS))78 79 82 export FS 80 81 FWRT_VERSION=devel82 export FWRT_VERSIONtrunk/freewrt/package/broadcom-diag/Config.in
r720 r943 2 2 prompt "kmod-broadcom-diag................ Driver for router LEDs and Buttons" 3 3 tristate 4 depends FWRT_LINUX_2_4_BRCM 4 default y if FWRT_LINUX_2_4_BRCM_ASUS_WL500G 5 default y if FWRT_LINUX_2_4_BRCM_ASUS_WL500G_DELUXE 6 default y if FWRT_LINUX_2_4_BRCM_ASUS_WL500G_PREMIUM 7 default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_1_0 8 default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_1_1 9 default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_2_0 10 default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_2_2 11 default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_3_0 12 default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_3_1 13 default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_4 14 default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GS_1_0 15 default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GS_1_1 16 default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GS_4 17 default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GL 18 default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G3G 5 19 default n 20 depends on FWRT_LINUX_2_4_BRCM_ASUS_WL500G || \ 21 FWRT_LINUX_2_4_BRCM_ASUS_WL500G_DELUXE || \ 22 FWRT_LINUX_2_4_BRCM_ASUS_WL500G_PREMIUM || \ 23 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_1_0 || \ 24 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_1_1 || \ 25 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_2_0 || \ 26 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_2_2 || \ 27 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_3_0 || \ 28 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_3_1 || \ 29 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_4 || \ 30 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GS_1_0 || \ 31 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GS_1_1 || \ 32 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GS_4 || \ 33 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GL || \ 34 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G3G 6 35 help 7 36 Driver for router LEDs and Buttons trunk/freewrt/package/broadcom-nas/Config.in
r720 r943 2 2 prompt "broadcom-nas...................... Broadcom WPA/WPA2 daemon" 3 3 tristate 4 depends FWRT_LINUX_2_4_BRCM 4 default y if FWRT_LINUX_2_4_BRCM_ASUS_WL500G 5 default y if FWRT_LINUX_2_4_BRCM_ASUS_WL500G_DELUXE 6 default y if FWRT_LINUX_2_4_BRCM_ASUS_WL500G_PREMIUM 7 default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_1_0 8 default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_1_1 9 default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_2_0 10 default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_2_2 11 default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_3_0 12 default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_3_1 13 default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_4 14 default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GS_1_0 15 default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GS_1_1 16 default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GS_4 17 default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GL 18 default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G3G 5 19 default n 20 depends on FWRT_LINUX_2_4_BRCM_ASUS_WL500G || \ 21 FWRT_LINUX_2_4_BRCM_ASUS_WL500G_DELUXE || \ 22 FWRT_LINUX_2_4_BRCM_ASUS_WL500G_PREMIUM || \ 23 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_1_0 || \ 24 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_1_1 || \ 25 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_2_0 || \ 26 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_2_2 || \ 27 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_3_0 || \ 28 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_3_1 || \ 29 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_4 || \ 30 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GS_1_0 || \ 31 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GS_1_1 || \ 32 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GS_4 || \ 33 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GL || \ 34 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G3G 6 35 help 7 36 WPA/WPA2 daemon for Broadcom wireless driver. trunk/freewrt/package/broadcom-wl-util/Config.in
r913 r943 2 2 prompt "broadcom-wl-util.................. utility for Broadcom wireless lan cards" 3 3 tristate 4 default y if FWRT_LINUX_2_4_BRCM_ASUS_WL500G 5 default y if FWRT_LINUX_2_4_BRCM_ASUS_WL500G_DELUXE 6 default y if FWRT_LINUX_2_4_BRCM_ASUS_WL500G_PREMIUM 7 default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_1_0 8 default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_1_1 9 default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_2_0 10 default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_2_2 11 default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_3_0 12 default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_3_1 13 default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_4 14 default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GS_1_0 15 default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GS_1_1 16 default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GS_4 17 default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GL 18 default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G3G 4 19 default n 20 depends on FWRT_LINUX_2_4_BRCM_ASUS_WL500G || \ 21 FWRT_LINUX_2_4_BRCM_ASUS_WL500G_DELUXE || \ 22 FWRT_LINUX_2_4_BRCM_ASUS_WL500G_PREMIUM || \ 23 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_1_0 || \ 24 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_1_1 || \ 25 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_2_0 || \ 26 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_2_2 || \ 27 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_3_0 || \ 28 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_3_1 || \ 29 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_4 || \ 30 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GS_1_0 || \ 31 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GS_1_1 || \ 32 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GS_4 || \ 33 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GL || \ 34 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G3G 5 35 help 6 36 Utility for wireless lan cards from Broadcom. trunk/freewrt/package/broadcom-wl/Config.in
r580 r943 2 2 prompt "kmod-broadcom-wl.................. Kernel driver for Broadcom wireless lan cards" 3 3 tristate 4 default y if FWRT_LINUX_2_4_BRCM_ASUS_WL500G 5 default y if FWRT_LINUX_2_4_BRCM_ASUS_WL500G_DELUXE 6 default y if FWRT_LINUX_2_4_BRCM_ASUS_WL500G_PREMIUM 7 default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_1_0 8 default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_1_1 9 default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_2_0 10 default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_2_2 11 default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_3_0 12 default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_3_1 13 default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_4 14 default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GS_1_0 15 default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GS_1_1 16 default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GS_4 17 default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GL 18 default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G3G 4 19 default n 20 depends on FWRT_LINUX_2_4_BRCM_ASUS_WL500G || \ 21 FWRT_LINUX_2_4_BRCM_ASUS_WL500G_DELUXE || \ 22 FWRT_LINUX_2_4_BRCM_ASUS_WL500G_PREMIUM || \ 23 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_1_0 || \ 24 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_1_1 || \ 25 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_2_0 || \ 26 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_2_2 || \ 27 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_3_0 || \ 28 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_3_1 || \ 29 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_4 || \ 30 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GS_1_0 || \ 31 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GS_1_1 || \ 32 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GS_4 || \ 33 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GL || \ 34 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G3G 5 35 help 6 36 Kernel driver for wireless lan cards from Broadcom. trunk/freewrt/package/config/mconf.c
r856 r943 712 712 printf("\n\n" 713 713 "*** End of FreeWRT configuration.\n" 714 "*** If you change between models or filesystems, you need to make clean, before compiling.\n\n"); 714 "*** If you change between devices or filesystems,\n" 715 "*** you need to make clean, before compiling.\n\n"); 715 716 } else 716 717 printf("\n\nYour FreeWRT configuration changes were NOT saved.\n\n"); trunk/freewrt/package/fwcf/Config.in
r736 r943 2 2 prompt "fwcf............................... FreeWRT Configuration Filesystem" 3 3 tristate 4 default y if FWRT_TARGET_ROOTFS_JFFS2 5 default y if FWRT_TARGET_ROOTFS_SQUASHFS_SYMLINKS 6 default y if FWRT_TARGET_ROOTFS_SQUASHFS_OVERLAY 4 7 default n 5 8 select BUSYBOX_CONFIG_MD5SUM 6 9 select BUSYBOX_CONFIG_MOUNT 7 10 select BUSYBOX_CONFIG_LOGGER 8 select FWRT_PACKAGE_MTD 11 depends on FWRT_PACKAGE_MTD && ( \ 12 FWRT_TARGET_ROOTFS_JFFS2 || \ 13 FWRT_TARGET_ROOTFS_SQUASHFS_SYMLINKS || \ 14 FWRT_TARGET_ROOTFS_SQUASHFS_OVERLAY ) 9 15 help 10 16 The FreeWRT compressed /etc filesystem management tools trunk/freewrt/package/jffs2root/Config.in
r581 r943 2 2 prompt "jffs2root......................... jffs2 resize utility for broadcom devices" 3 3 tristate 4 default y if FWRT_TARGET_ROOTFS_JFFS2 5 default y if FWRT_TARGET_ROOTFS_SQUASHFS_SYMLINKS 6 default y if FWRT_TARGET_ROOTFS_SQUASHFS_OVERLAY 4 7 default n 8 depends on FWRT_TARGET_ROOTFS_JFFS2 || \ 9 FWRT_TARGET_ROOTFS_SQUASHFS_SYMLINKS || \ 10 FWRT_TARGET_ROOTFS_SQUASHFS_OVERLAY 5 11 help 6 12 jffs2 resize utility for broadcom devices trunk/freewrt/package/mini_fo/Config.in
r455 r943 2 2 prompt "kmod-mini_fo...................... mini fanout overlay file system" 3 3 tristate 4 default y if FWRT_TARGET_ROOTFS_SQUASHFS_OVERLAY 4 5 default n 6 depends on FWRT_TARGET_ROOTFS_SQUASHFS_OVERLAY 5 7 help 6 8 The mini fanout overlay file system. trunk/freewrt/package/mtd/Config.in
r588 r943 2 2 prompt "mtd............................... Update utility for trx firmware images" 3 3 tristate 4 default y if FWRT_TARGET_ROOTFS_JFFS2 5 default y if FWRT_TARGET_ROOTFS_SQUASHFS_SYMLINKS 6 default y if FWRT_TARGET_ROOTFS_SQUASHFS_OVERLAY 4 7 default n 8 depends on FWRT_TARGET_ROOTFS_JFFS2 || \ 9 FWRT_TARGET_ROOTFS_SQUASHFS_SYMLINKS || \ 10 FWRT_TARGET_ROOTFS_SQUASHFS_OVERLAY 5 11 help 6 12 Update utility for trx firmware images. trunk/freewrt/package/nvram/Config.in
r360 r943 2 2 prompt "nvram............................. Broadcom config utility" 3 3 tristate 4 default y if FWRT_LINUX_2_4_BRCM_ASUS_WL500G 5 default y if FWRT_LINUX_2_4_BRCM_ASUS_WL500G_DELUXE 6 default y if FWRT_LINUX_2_4_BRCM_ASUS_WL500G_PREMIUM 7 default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_1_0 8 default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_1_1 9 default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_2_0 10 default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_2_2 11 default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_3_0 12 default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_3_1 13 default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_4 14 default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GS_1_0 15 default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GS_1_1 16 default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GS_4 17 default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GL 18 default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G3G 4 19 default n 20 depends on FWRT_LINUX_2_4_BRCM_ASUS_WL500G || \ 21 FWRT_LINUX_2_4_BRCM_ASUS_WL500G_DELUXE || \ 22 FWRT_LINUX_2_4_BRCM_ASUS_WL500G_PREMIUM || \ 23 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_1_0 || \ 24 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_1_1 || \ 25 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_2_0 || \ 26 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_2_2 || \ 27 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_3_0 || \ 28 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_3_1 || \ 29 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_4 || \ 30 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GS_1_0 || \ 31 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GS_1_1 || \ 32 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GS_4 || \ 33 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GL || \ 34 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G3G 5 35 help 6 36 control utility for broadcom's 'nvram' config area trunk/freewrt/package/pcmcia-cs/Config.in
r525 r943 3 3 prompt "pcmcia-utils...................... PCMCIA/Cardbus management utilities" 4 4 tristate 5 depends FWRT_LINUX_2_4_X86 || FWRT_LINUX_2_4_BRCM 6 select FWRT_PACKAGE_KMOD_PCMCIA_CORE 7 default m if CONFIG_DEVEL 5 default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G3G 6 default y if FWRT_LINUX_2_4_RB_RB532 7 default n 8 depends on FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G3G || \ 9 FWRT_LINUX_2_4_RB_RB532 8 10 help 9 11 PCMCIA/Cardbus management utilities … … 13 15 pcmcia-cs is for kernel 2.4 series only, for 2.6.x use "pcmciautils" 14 16 see: http://kernel.org/pub/linux/utils/kernel/pcmcia/pcmcia.html 15 trunk/freewrt/package/switch/Config.in
r616 r943 3 3 tristate 4 4 default n 5 depends on FWRT_LINUX_2_4_BRCM_ASUS_WL500G_DELUXE || \ 6 FWRT_LINUX_2_4_BRCM_ASUS_WL500G_PREMIUM || \ 7 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_1_0 || \ 8 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_1_1 || \ 9 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_2_0 || \ 10 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_2_2 || \ 11 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_3_0 || \ 12 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_3_1 || \ 13 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_4 || \ 14 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GS_1_0 || \ 15 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GS_1_1 || \ 16 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GS_4 || \ 17 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GL || \ 18 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G3G || \ 19 FWRT_LINUX_2_4_BRCM_NETGEAR_WGT634U 5 20 help 6 21 Kernel driver for ROBO and ADMTEK switches. … … 11 26 select FWRT_COMPILE_KMOD_SWITCH 12 27 default n 28 depends on FWRT_LINUX_2_4_BRCM_ASUS_WL500G_DELUXE || \ 29 FWRT_LINUX_2_4_BRCM_ASUS_WL500G_PREMIUM || \ 30 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_1_0 || \ 31 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_1_1 || \ 32 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_2_0 || \ 33 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_2_2 || \ 34 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_3_0 || \ 35 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_3_1 || \ 36 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_4 || \ 37 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GS_1_0 || \ 38 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GS_1_1 || \ 39 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GS_4 || \ 40 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GL || \ 41 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G3G || \ 42 FWRT_LINUX_2_4_BRCM_NETGEAR_WGT634U 13 43 help 14 44 Kernel core driver used by ROBO and ADMTEK switches. … … 18 48 tristate 19 49 select FWRT_PACKAGE_KMOD_SWITCH_CORE 50 default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_1_0 51 default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_1_1 52 default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_2_0 53 default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GS_1_0 20 54 default n 55 depends on FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_1_0 || \ 56 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_1_1 || \ 57 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_2_0 || \ 58 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GS_1_0 21 59 help 22 60 Kernel driver for ADMTEK switches. … … 26 64 tristate 27 65 select FWRT_PACKAGE_KMOD_SWITCH_CORE 66 default y if FWRT_LINUX_2_4_BRCM_ASUS_WL500G_DELUXE 67 default y if FWRT_LINUX_2_4_BRCM_ASUS_WL500G_PREMIUM 68 default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_2_2 69 default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_3_0 70 default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_3_1 71 default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_4 72 default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GS_1_1 73 default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GS_4 74 default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GL 75 default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G3G 76 default y if FWRT_LINUX_2_4_BRCM_NETGEAR_WGT634U 28 77 default n 78 depends on FWRT_LINUX_2_4_BRCM_ASUS_WL500G_DELUXE || \ 79 FWRT_LINUX_2_4_BRCM_ASUS_WL500G_PREMIUM || \ 80 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_2_2 || \ 81 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_3_0 || \ 82 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_3_1 || \ 83 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_4 || \ 84 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GS_1_1 || \ 85 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GS_4 || \ 86 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GL || \ 87 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G3G || \ 88 FWRT_LINUX_2_4_BRCM_NETGEAR_WGT634U 29 89 help 30 90 Kernel driver for ROBO switches. trunk/freewrt/package/wireless-tools/Config.in
r588 r943 2 2 prompt "wireless-tools.................... Tools for manipulating Linux Wireless Extensions" 3 3 tristate 4 default y if FWRT_LINUX_2_4_BRCM 4 5 default n 6 depends on FWRT_LINUX_2_4_BRCM 5 7 help 6 8 Tools for configuring Wireless Adapters implementing the "Wireless Extension" 7 trunk/freewrt/package/wlcompat/Config.in
r360 r943 2 2 prompt "kmod-wlcompat..................... Wrapper providing Wireless Extensions for Broadcom wl module" 3 3 tristate 4 default y 5 depends FWRT_PACKAGE_KMOD_BRCM_WL || FWRT_PACKAGE_KMOD_BRCM_WL2 4 default y if FWRT_LINUX_2_4_BRCM_ASUS_WL500G 5 default y if FWRT_LINUX_2_4_BRCM_ASUS_WL500G_DELUXE 6 default y if FWRT_LINUX_2_4_BRCM_ASUS_WL500G_PREMIUM 7 default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_1_0 8 default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_1_1 9 default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_2_0 10 default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_2_2 11 default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_3_0 12 default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_3_1 13 default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_4 14 default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GS_1_0 15 default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GS_1_1 16 default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GS_4 17 default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GL 18 default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G3G 19 default n 20 depends on FWRT_LINUX_2_4_BRCM_ASUS_WL500G || \ 21 FWRT_LINUX_2_4_BRCM_ASUS_WL500G_DELUXE || \ 22 FWRT_LINUX_2_4_BRCM_ASUS_WL500G_PREMIUM || \ 23 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_1_0 || \ 24 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_1_1 || \ 25 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_2_0 || \ 26 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_2_2 || \ 27 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_3_0 || \ 28 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_3_1 || \ 29 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_4 || \ 30 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GS_1_0 || \ 31 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GS_1_1 || \ 32 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GS_4 || \ 33 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GL || \ 34 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G3G 6 35 help 7 36 A wrapper module, that provides Wireless Extension support for the … … 11 40 prompt "kmod-wlcompat-debug............... Wrapper providing Wireless Extensions for Broadcom wl module (debug)" 12 41 tristate 13 default m 14 depends FWRT_PACKAGE_KMOD_BRCM_WL || FWRT_PACKAGE_KMOD_BRCM_WL2 42 default n 15 43 help 16 44 A wrapper module, that provides Wireless Extension support for the trunk/freewrt/target/Config.in
r934 r943 19 19 20 20 config FWRT_TARGET_ROOTFS_JFFS2 21 bool "Firmware image with writable root filesystem" 21 bool "writable root filesystem (jffs2)" 22 select FWRT_PACKAGE_MTD 23 select FWRT_PACKAGE_FWCF 22 24 select FWRT_PACKAGE_JFFS2ROOT 25 depends on FWRT_LINUX_2_4_BRCM 23 26 help 24 27 Build firmware images with a writable jffs2 root filesystem. 25 28 26 29 config FWRT_TARGET_ROOTFS_SQUASHFS_SYMLINKS 27 bool "Firmware image with read-only root filesystem and symlinks" 30 bool "read-only root filesystem and symlinks (squashfs-symlinks)" 31 select FWRT_PACKAGE_MTD 32 select FWRT_PACKAGE_FWCF 28 33 select FWRT_PACKAGE_JFFS2ROOT 34 depends on FWRT_LINUX_2_4_BRCM 29 35 help 30 36 Build firmware images with a read-only and highly compressed … … 34 40 the file. 35 41 36 # disabled, because it has some unresolved bugs37 42 config FWRT_TARGET_ROOTFS_SQUASHFS_OVERLAY 38 bool "Firmware image with read-only root filesystem and overlay fs" 39 select FWRT_PACKAGE_KMOD_MINI_FO 43 bool "read-only root filesystem and overlay fs (squashfs-overlay)" 44 select FWRT_PACKAGE_MTD 45 select FWRT_PACKAGE_FWCF 40 46 select FWRT_PACKAGE_JFFS2ROOT 47 depends on FWRT_LINUX_2_4_BRCM 41 48 help 42 49 Build firmware images with a read-only and highly compressed … … 46 53 47 54 config FWRT_TARGET_ROOTFS_NFS 48 bool "Use System Root via NFS" 55 bool "root filesystem via NFS" 56 depends on FWRT_LINUX_2_4_RB || FWRT_LINUX_2_4_BRCM_NETGEAR_WGT634U 49 57 help 50 58 Use this option if you want to use a nfs-mounted root filesystem. 51 59 52 config FWRT_TARGET_ROOTFS_EXT2 53 bool "Firmware image for booting from cf-disk" 60 config FWRT_TARGET_ROOTFS_EXT2_CF 61 bool "read-write file system for compact flash (ext2)" 62 depends on FWRT_LINUX_2_4_RB 54 63 help 55 Use this option if you have a c f-disk inside your hardware and want56 to boot FreeWRT from it.64 Use this option if you have a compact flash 65 inside your hardware and want to boot FreeWRT from it. 57 66 58 67 endchoice trunk/freewrt/target/linux/Config.in
r934 r943 556 556 557 557 menu "PCMCIA/CardBus support" 558 depends FWRT_LINUX_2_4_BRCM 559 558 depends on FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G3G || \ 559 FWRT_LINUX_2_4_RB_RB532 560 560 561 config FWRT_PACKAGE_KMOD_PCMCIA_CORE 561 562 prompt "kmod-pcmcia-core.................. PCMCIA/CardBus support" 562 563 tristate 563 default n 564 default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G3G 565 default y if FWRT_LINUX_2_4_RB_RB532 566 default n 567 depends on FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G3G || \ 568 FWRT_LINUX_2_4_RB_RB532 564 569 565 570 config FWRT_PACKAGE_KMOD_PCMCIA_SERIAL … … 568 573 default n 569 574 depends FWRT_PACKAGE_KMOD_PCMCIA_CORE 570 571 575 endmenu 572 576 573 577 menu "USB support" 578 depends on FWRT_LINUX_2_4_BRCM_ASUS_WL500G || \ 579 FWRT_LINUX_2_4_BRCM_ASUS_WL500G_DELUXE || \ 580 FWRT_LINUX_2_4_BRCM_ASUS_WL500G_PREMIUM || \ 581 FWRT_LINUX_2_4_BRCM_NETGEAR_WGT634U 574 582 575 583 config FWRT_PACKAGE_KMOD_USB 576 584 prompt "kmod-usb-core..................... USB support" 577 585 tristate 578 default n 586 default y if FWRT_LINUX_2_4_BRCM_ASUS_WL500G 587 default y if FWRT_LINUX_2_4_BRCM_ASUS_WL500G_DELUXE 588 default y if FWRT_LINUX_2_4_BRCM_ASUS_WL500G_PREMIUM 589 default y if FWRT_LINUX_2_4_BRCM_NETGEAR_WGT634U 590 default n 591 depends on FWRT_LINUX_2_4_BRCM_ASUS_WL500G || \ 592 FWRT_LINUX_2_4_BRCM_ASUS_WL500G_DELUXE || \ 593 FWRT_LINUX_2_4_BRCM_ASUS_WL500G_PREMIUM || \ 594 FWRT_LINUX_2_4_BRCM_NETGEAR_WGT634U 579 595 580 596 config FWRT_PACKAGE_KMOD_USB_UHCI … … 587 603 prompt "kmod-usb-ohci................... Support for OHCI controllers" 588 604 tristate 589 default n 605 default y if FWRT_LINUX_2_4_BRCM_ASUS_WL500G 606 default y if FWRT_LINUX_2_4_BRCM_ASUS_WL500G_DELUXE 607 default y if FWRT_LINUX_2_4_BRCM_ASUS_WL500G_PREMIUM 608 default y if FWRT_LINUX_2_4_BRCM_NETGEAR_WGT634U 609 default n 610 depends on FWRT_LINUX_2_4_BRCM_ASUS_WL500G || \ 611 FWRT_LINUX_2_4_BRCM_ASUS_WL500G_DELUXE || \ 612 FWRT_LINUX_2_4_BRCM_ASUS_WL500G_PREMIUM || \ 613 FWRT_LINUX_2_4_BRCM_NETGEAR_WGT634U 590 614 depends FWRT_PACKAGE_KMOD_USB 591 615 select FWRT_PACKAGE_KMOD_USB_CONTROLLER 616 help 617 USB OHCI host controller driver 592 618 593 619 config FWRT_PACKAGE_KMOD_USB2 594 620 prompt "kmod-usb2....................... Support for USB 2.0 controllers" 595 621 tristate 622 default y if FWRT_LINUX_2_4_BRCM_ASUS_WL500G_DELUXE 623 default y if FWRT_LINUX_2_4_BRCM_ASUS_WL500G_PREMIUM 624 default y if FWRT_LINUX_2_4_BRCM_NETGEAR_WGT634U 625 default n 626 depends on FWRT_LINUX_2_4_BRCM_ASUS_WL500G_DELUXE || \ 627 FWRT_LINUX_2_4_BRCM_ASUS_WL500G_PREMIUM || \ 628 FWRT_LINUX_2_4_BRCM_NETGEAR_WGT634U 596 629 depends FWRT_PACKAGE_KMOD_USB 597 630 select FWRT_PACKAGE_KMOD_USB_CONTROLLER trunk/freewrt/target/linux/brcm-2.4/Config.in
r934 r943 3 3 select FWRT_mipsel 4 4 select FWRT_LINUX_2_4_BRCM 5 select FWRT_PACKAGE_FWCF 6 select FWRT_PACKAGE_KMOD_BROADCOM_WL 7 select FWRT_PACKAGE_KMOD_BROADCOM_DIAG 8 select FWRT_PACKAGE_KMOD_SWITCH_ROBO 9 select FWRT_PACKAGE_KMOD_USB 10 select FWRT_PACKAGE_KMOD_USB_OHCI 11 select FWRT_PACKAGE_KMOD_WLCOMPAT 12 select FWRT_PACKAGE_NVRAM 13 select FWRT_PACKAGE_MTD 5 select FWRT_PACKAGE_KMOD_BROADCOM_WL 6 select FWRT_PACKAGE_KMOD_BROADCOM_DIAG 7 select FWRT_PACKAGE_KMOD_WLCOMPAT 8 select FWRT_PACKAGE_NVRAM 14 9 select FWRT_PACKAGE_WIFICONF 15 10 select FWRT_PACKAGE_WIRELESS_TOOLS … … 21 16 select FWRT_mipsel 22 17 select FWRT_LINUX_2_4_BRCM 23 select FWRT_PACKAGE_FWCF 24 select FWRT_PACKAGE_KMOD_BROADCOM_WL 25 select FWRT_PACKAGE_KMOD_BROADCOM_DIAG 26 select FWRT_PACKAGE_KMOD_SWITCH_ROBO 27 select FWRT_PACKAGE_KMOD_USB 28 select FWRT_PACKAGE_KMOD_USB_OHCI 29 select FWRT_PACKAGE_KMOD_USB2 30 select FWRT_PACKAGE_KMOD_WLCOMPAT 31 select FWRT_PACKAGE_NVRAM 32 select FWRT_PACKAGE_MTD 18 select FWRT_PACKAGE_KMOD_BROADCOM_WL 19 select FWRT_PACKAGE_KMOD_BROADCOM_DIAG 20 select FWRT_PACKAGE_KMOD_SWITCH_CORE 21 select FWRT_PACKAGE_KMOD_SWITCH_ROBO 22 select FWRT_PACKAGE_KMOD_WLCOMPAT 23 select FWRT_PACKAGE_NVRAM 33 24 select FWRT_PACKAGE_WIFICONF 34 25 select FWRT_PACKAGE_WIRELESS_TOOLS … … 40 31 select FWRT_mipsel 41 32 select FWRT_LINUX_2_4_BRCM 42 select FWRT_PACKAGE_FWCF 43 select FWRT_PACKAGE_KMOD_BROADCOM_WL 44 select FWRT_PACKAGE_KMOD_BROADCOM_DIAG 45 select FWRT_PACKAGE_KMOD_SWITCH_ROBO 46 select FWRT_PACKAGE_KMOD_USB 47 select FWRT_PACKAGE_KMOD_USB_OHCI 48 select FWRT_PACKAGE_KMOD_USB2 49 select FWRT_PACKAGE_KMOD_WLCOMPAT 50 select FWRT_PACKAGE_NVRAM 51 select FWRT_PACKAGE_MTD 33 select FWRT_PACKAGE_KMOD_BROADCOM_WL 34 select FWRT_PACKAGE_KMOD_BROADCOM_DIAG 35 select FWRT_PACKAGE_KMOD_SWITCH_CORE 36 select FWRT_PACKAGE_KMOD_SWITCH_ROBO 37 select FWRT_PACKAGE_KMOD_WLCOMPAT 38 select FWRT_PACKAGE_NVRAM 52 39 select FWRT_PACKAGE_WIFICONF 53 40 select FWRT_PACKAGE_WIRELESS_TOOLS … … 59 46 select FWRT_mipsel 60 47 select FWRT_LINUX_2_4_BRCM 61 select FWRT_PACKAGE_FWCF 62 select FWRT_PACKAGE_KMOD_BROADCOM_WL 63 select FWRT_PACKAGE_KMOD_BROADCOM_DIAG 64 select FWRT_PACKAGE_KMOD_SWITCH_ADMTEK 65 select FWRT_PACKAGE_KMOD_WLCOMPAT 66 select FWRT_PACKAGE_NVRAM 67 select FWRT_PACKAGE_MTD 48 select FWRT_PACKAGE_KMOD_BROADCOM_WL 49 select FWRT_PACKAGE_KMOD_BROADCOM_DIAG 50 select FWRT_PACKAGE_KMOD_SWITCH_CORE 51 select FWRT_PACKAGE_KMOD_SWITCH_ADMTEK 52 select FWRT_PACKAGE_KMOD_WLCOMPAT 53 select FWRT_PACKAGE_NVRAM 68 54 select FWRT_PACKAGE_WIFICONF 69 55 select FWRT_PACKAGE_WIRELESS_TOOLS … … 75 61 select FWRT_mipsel 76 62 select FWRT_LINUX_2_4_BRCM 77 select FWRT_PACKAGE_FWCF 78 select FWRT_PACKAGE_KMOD_BROADCOM_WL 79 select FWRT_PACKAGE_KMOD_BROADCOM_DIAG 80 select FWRT_PACKAGE_KMOD_SWITCH_ADMTEK 81 select FWRT_PACKAGE_KMOD_WLCOMPAT 82 select FWRT_PACKAGE_NVRAM 83 select FWRT_PACKAGE_MTD 63 select FWRT_PACKAGE_KMOD_BROADCOM_WL 64 select FWRT_PACKAGE_KMOD_BROADCOM_DIAG 65 select FWRT_PACKAGE_KMOD_SWITCH_CORE 66 select FWRT_PACKAGE_KMOD_SWITCH_ADMTEK 67 select FWRT_PACKAGE_KMOD_WLCOMPAT 68 select FWRT_PACKAGE_NVRAM 84 69 select FWRT_PACKAGE_WIFICONF 85 70 select FWRT_PACKAGE_WIRELESS_TOOLS … … 92 77 select FWRT_mipsel 93 78 select FWRT_LINUX_2_4_BRCM 94 select FWRT_PACKAGE_FWCF 95 select FWRT_PACKAGE_KMOD_BROADCOM_WL 96 select FWRT_PACKAGE_KMOD_BROADCOM_DIAG 97 select FWRT_PACKAGE_KMOD_SWITCH_ADMTEK 98 select FWRT_PACKAGE_KMOD_WLCOMPAT 99 select FWRT_PACKAGE_NVRAM 100 select FWRT_PACKAGE_MTD 79 select FWRT_PACKAGE_KMOD_BROADCOM_WL 80 select FWRT_PACKAGE_KMOD_BROADCOM_DIAG 81 select FWRT_PACKAGE_KMOD_SWITCH_CORE 82 select FWRT_PACKAGE_KMOD_SWITCH_ADMTEK 83 select FWRT_PACKAGE_KMOD_WLCOMPAT 84 select FWRT_PACKAGE_NVRAM 101 85 select FWRT_PACKAGE_WIFICONF 102 86 select FWRT_PACKAGE_WIRELESS_TOOLS … … 108 92 select FWRT_mipsel 109 93 select FWRT_LINUX_2_4_BRCM 110 select FWRT_PACKAGE_FWCF 111 select FWRT_PACKAGE_KMOD_BROADCOM_WL 112 select FWRT_PACKAGE_KMOD_BROADCOM_DIAG 113 select FWRT_PACKAGE_KMOD_SWITCH_ROBO 114 select FWRT_PACKAGE_KMOD_WLCOMPAT 115 select FWRT_PACKAGE_NVRAM 116 select FWRT_PACKAGE_MTD 94 select FWRT_PACKAGE_KMOD_BROADCOM_WL 95 select FWRT_PACKAGE_KMOD_BROADCOM_DIAG 96 select FWRT_PACKAGE_KMOD_SWITCH_CORE 97 select FWRT_PACKAGE_KMOD_SWITCH_ROBO 98 select FWRT_PACKAGE_KMOD_WLCOMPAT 99 select FWRT_PACKAGE_NVRAM 117 100 select FWRT_PACKAGE_WIFICONF 118 101 select FWRT_PACKAGE_WIRELESS_TOOLS … … 124 107 select FWRT_mipsel 125 108 select FWRT_LINUX_2_4_BRCM 126 select FWRT_PACKAGE_FWCF 127 select FWRT_PACKAGE_KMOD_BROADCOM_WL 128 select FWRT_PACKAGE_KMOD_BROADCOM_DIAG 129 select FWRT_PACKAGE_KMOD_SWITCH_ROBO 130 select FWRT_PACKAGE_KMOD_WLCOMPAT 131 select FWRT_PACKAGE_NVRAM 132 select FWRT_PACKAGE_MTD 109 select FWRT_PACKAGE_KMOD_BROADCOM_WL 110 select FWRT_PACKAGE_KMOD_BROADCOM_DIAG 111 select FWRT_PACKAGE_KMOD_SWITCH_CORE 112 select FWRT_PACKAGE_KMOD_SWITCH_ROBO 113 select FWRT_PACKAGE_KMOD_WLCOMPAT 114 select FWRT_PACKAGE_NVRAM 133 115 select FWRT_PACKAGE_WIFICONF 134 116 select FWRT_PACKAGE_WIRELESS_TOOLS … … 140 122 select FWRT_mipsel 141 123 select FWRT_LINUX_2_4_BRCM 142 select FWRT_PACKAGE_FWCF 143 select FWRT_PACKAGE_KMOD_BROADCOM_WL 144 select FWRT_PACKAGE_KMOD_BROADCOM_DIAG 145 select FWRT_PACKAGE_KMOD_SWITCH_ROBO 146 select FWRT_PACKAGE_KMOD_WLCOMPAT 147 select FWRT_PACKAGE_NVRAM 148 select FWRT_PACKAGE_MTD 124 select FWRT_PACKAGE_KMOD_BROADCOM_WL 125 select FWRT_PACKAGE_KMOD_BROADCOM_DIAG 126 select FWRT_PACKAGE_KMOD_SWITCH_CORE 127 select FWRT_PACKAGE_KMOD_SWITCH_ROBO 128 select FWRT_PACKAGE_KMOD_WLCOMPAT 129 select FWRT_PACKAGE_NVRAM 149 130 select FWRT_PACKAGE_WIFICONF 150 131 select FWRT_PACKAGE_WIRELESS_TOOLS … … 156 137 select FWRT_mipsel 157 138 select FWRT_LINUX_2_4_BRCM 158 select FWRT_PACKAGE_FWCF 159 select FWRT_PACKAGE_KMOD_BROADCOM_WL 160 select FWRT_PACKAGE_KMOD_BROADCOM_DIAG 161 select FWRT_PACKAGE_KMOD_SWITCH_ROBO 162 select FWRT_PACKAGE_KMOD_WLCOMPAT 163 select FWRT_PACKAGE_NVRAM 164 select FWRT_PACKAGE_MTD 139 select FWRT_PACKAGE_KMOD_BROADCOM_WL 140  
