Changeset 2927
- Timestamp:
- 06/26/07 15:55:54 (1 year ago)
- Files:
-
- trunk/freewrt/package/base-files/Makefile (modified) (1 diff)
- trunk/freewrt/target/Config.in (modified) (1 diff)
- trunk/freewrt/target/linux/brcm-2.4/Config.in (modified) (8 diffs)
- trunk/freewrt/target/linux/brcm-2.6/Config.in (modified) (2 diffs)
- trunk/freewrt/target/linux/nokernel/Config.in (modified) (3 diffs)
- trunk/freewrt/target/linux/rb-2.4/Config.in (modified) (1 diff)
- trunk/freewrt/target/linux/rb-2.6/Config.in (modified) (1 diff)
- trunk/freewrt/target/linux/x86-2.4/Config.in (modified) (1 diff)
- trunk/freewrt/target/linux/x86-2.6/Config.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freewrt/package/base-files/Makefile
r2882 r2927 402 402 ${_IPKGS_COOKIE}: ${TOPDIR}/.cfg/FWRT_LINUX_2_6_X86_WRAP 403 403 ${_IPKGS_COOKIE}: ${TOPDIR}/.cfg/FWRT_LINUX_2_6_X86_CRYPTOTOKEN 404 ${_IPKGS_COOKIE}: ${TOPDIR}/.cfg/FWRT_LINUX_NOKERNEL_ARMEB 405 ${_IPKGS_COOKIE}: ${TOPDIR}/.cfg/FWRT_LINUX_NOKERNEL_I386 404 406 ${_IPKGS_COOKIE}: ${TOPDIR}/.cfg/FWRT_LINUX_NOKERNEL_MIPS 405 ${_IPKGS_COOKIE}: ${TOPDIR}/.cfg/FWRT_LINUX_NOKERNEL_I386406 407 ${_IPKGS_COOKIE}: ${TOPDIR}/.cfg/FWRT_TARGET_ROOTFS_JFFS2 407 408 ${_IPKGS_COOKIE}: ${TOPDIR}/.cfg/FWRT_TARGET_ROOTFS_SQUASHFS trunk/freewrt/target/Config.in
r2922 r2927 37 37 choice 38 38 prompt "Embedded Device" 39 depends on FWRT_TARGET_CATEGORY_MIPS40 39 source "target/linux/brcm-2.4/Config.in" 41 40 source "target/linux/brcm-2.6/Config.in" 42 41 source "target/linux/rb-2.4/Config.in" 43 42 source "target/linux/rb-2.6/Config.in" 44 endchoice45 46 choice47 prompt "Embedded Device"48 depends on FWRT_TARGET_CATEGORY_I38649 43 source "target/linux/x86-2.4/Config.in" 50 44 source "target/linux/x86-2.6/Config.in" 51 endchoice52 53 choice54 prompt "Embedded Device"55 depends on FWRT_TARGET_CATEGORY_NOKERNEL56 45 source "target/linux/nokernel/Config.in" 57 46 endchoice trunk/freewrt/target/linux/brcm-2.4/Config.in
r2714 r2927 1 1 config FWRT_LINUX_2_4_BRCM_ASUS_WL500G 2 depends on FWRT_TARGET_CATEGORY_MIPS 2 3 bool "Asus WL500g [Linux 2.4]" 3 4 select FWRT_mipsel … … 14 15 15 16 config FWRT_LINUX_2_4_BRCM_ASUS_WL500G_DELUXE 17 depends on FWRT_TARGET_CATEGORY_MIPS 16 18 bool "Asus WL500g deluxe [Linux 2.4]" 17 19 select FWRT_mipsel … … 30 32 31 33 config FWRT_LINUX_2_4_BRCM_ASUS_WL500G_PREMIUM 34 depends on FWRT_TARGET_CATEGORY_MIPS 32 35 bool "Asus WL500g premium [Linux 2.4]" 33 36 select FWRT_mipsel … … 46 49 47 50 config FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G 51 depends on FWRT_TARGET_CATEGORY_MIPS 48 52 bool "Linksys WRT54G[L] [Linux 2.4]" 49 53 select FWRT_mipsel … … 70 74 71 75 config FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GS 76 depends on FWRT_TARGET_CATEGORY_MIPS 72 77 bool "Linksys WRT54GS v1.0/v1.1 (8MB Flash) [Linux 2.4]" 73 78 select FWRT_mipsel … … 88 93 89 94 config FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GS_4 95 depends on FWRT_TARGET_CATEGORY_MIPS 90 96 bool "Linksys WRT54GS v4 (4MB flash) [Linux 2.4]" 91 97 select FWRT_mipsel … … 104 110 105 111 config FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G3G 112 depends on FWRT_TARGET_CATEGORY_MIPS 106 113 bool "Linksys WRT54G3G [Linux 2.4]" 107 114 select FWRT_mipsel … … 120 127 121 128 config FWRT_LINUX_2_4_BRCM_NETGEAR_WGT634U 129 depends on FWRT_TARGET_CATEGORY_MIPS 122 130 bool "Netgear WGT634U [Linux 2.4]" 123 131 select FWRT_mipsel trunk/freewrt/target/linux/brcm-2.6/Config.in
r2504 r2927 1 1 config FWRT_LINUX_2_6_BRCM_ASUS_WL500G_PREMIUM 2 depends on FWRT_TARGET_CATEGORY_MIPS 2 3 bool "Asus WL500g Premium [Linux 2.6]" 3 4 select FWRT_mipsel … … 12 13 13 14 config FWRT_LINUX_2_6_BRCM_NETGEAR_WGT634U 15 depends on FWRT_TARGET_CATEGORY_MIPS 14 16 bool "Netgear WGT634U [Linux 2.6]" 15 17 select FWRT_mipsel trunk/freewrt/target/linux/nokernel/Config.in
r2916 r2927 2 2 bool "armeb nokernel" 3 3 depends on FWRT_DEVEL 4 depends on FWRT_TARGET_CATEGORY_NOKERNEL 4 5 select FWRT_TARGET_NOKERNEL 5 6 select FWRT_armeb … … 14 15 bool "i386 nokernel" 15 16 depends on FWRT_DEVEL 17 depends on FWRT_TARGET_CATEGORY_NOKERNEL 16 18 select FWRT_TARGET_NOKERNEL 17 19 select FWRT_i386 … … 26 28 bool "mipsel nokernel" 27 29 depends on FWRT_DEVEL 30 depends on FWRT_TARGET_CATEGORY_NOKERNEL 28 31 select FWRT_TARGET_NOKERNEL 29 32 select FWRT_mipsel trunk/freewrt/target/linux/rb-2.4/Config.in
r2504 r2927 1 1 config FWRT_LINUX_2_4_RB_RB532 2 depends on FWRT_TARGET_CATEGORY_MIPS 2 3 bool "Mikrotik RouterBoard 532 [Linux 2.4]" 3 4 select FWRT_mipsel trunk/freewrt/target/linux/rb-2.6/Config.in
r2504 r2927 1 1 config FWRT_LINUX_2_6_RB_RB532 2 depends on FWRT_TARGET_CATEGORY_MIPS 2 3 bool "Mikrotik RouterBoard 532 [Linux 2.6]" 3 4 select FWRT_mipsel trunk/freewrt/target/linux/x86-2.4/Config.in
r2504 r2927 1 1 config FWRT_LINUX_2_4_X86_WRAP 2 depends on FWRT_TARGET_CATEGORY_I386 2 3 bool "PC Engines WRAP [Linux 2.4]" 3 4 select FWRT_i386 trunk/freewrt/target/linux/x86-2.6/Config.in
r2504 r2927 1 1 config FWRT_LINUX_2_6_X86_WRAP 2 depends on FWRT_TARGET_CATEGORY_I386 2 3 bool "PC Engines WRAP [Linux 2.6]" 3 4 select FWRT_i386 … … 12 13 13 14 config FWRT_LINUX_2_6_X86_CRYPTOTOKEN 15 depends on FWRT_TARGET_CATEGORY_I386 14 16 bool "Initramfs with tools for cryptotokens [Linux 2.6]" 15 17 select FWRT_i386


