Changeset 2785
- Timestamp:
- 2005-12-26T13:02:43+01:00 (12 years ago)
- Location:
- trunk/openwrt
- Files:
-
- 1 added
- 1 deleted
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/openwrt/Config.in
r2781 r2785 33 33 bool "m68k" 34 34 35 config BR2_mips eb36 bool "mips eb"35 config BR2_mips 36 bool "mips" 37 37 38 38 config BR2_mipsel … … 66 66 default "i386" if BR2_i386 67 67 default "m68k" if BR2_m68k 68 default "mips eb" if BR2_mipseb68 default "mips" if BR2_mips 69 69 default "mipsel" if BR2_mipsel || !CONFIG_DEVEL 70 70 default "powerpc" if BR2_powerpc -
trunk/openwrt/Config.in.devel
r2781 r2785 36 36 bool "m68k" 37 37 38 config BR2_mips eb39 bool "mips eb"38 config BR2_mips 39 bool "mips" 40 40 41 41 config BR2_mipsel … … 69 69 default "i386" if BR2_i386 70 70 default "m68k" if BR2_m68k 71 default "mips eb" if BR2_mipseb71 default "mips" if BR2_mips 72 72 default "mipsel" if BR2_mipsel 73 73 default "powerpc" if BR2_powerpc -
trunk/openwrt/target/linux/Config.in
r2781 r2785 52 52 bool "Support for Atheros ar531x based APs" 53 53 default n 54 depends BR2_mips eb54 depends BR2_mips 55 55 help 56 56 Build firmware images for Atheros ar531x based boards -
trunk/openwrt/toolchain/kernel-headers/Makefile
r2781 r2785 13 13 LINUX_HEADERS_SOURCE=linux-$(LINUX_HEADERS_VERSION).tar.bz2 14 14 LINUX_HEADERS_ARCH:=$(shell echo $(ARCH) | sed -e 's/i[3-9]86/i386/' \ 15 -e 's/mipsel/mips/' \16 15 -e 's/mipseb/mips/' \ 17 16 -e 's/powerpc/ppc/' \
Note: See TracChangeset
for help on using the changeset viewer.