diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-12-25 20:04:16 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-12-25 20:04:16 +0000 |
commit | 1a73c7e2c98f05b830dd6634b044ea42fd81cdf5 (patch) | |
tree | c88e53b239b78f0ee35c7f7cbccab59543003df6 /target/linux/Makefile | |
parent | 5ae9fadf3548472e929f802848232c28245dd6c5 (diff) |
first ar531x support for 2.4, thx Mile Albon, some addons from me for mips big endian toolchain
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2781 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/Makefile')
-rw-r--r-- | target/linux/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/Makefile b/target/linux/Makefile index 02ed636d1..5dfe12ad7 100644 --- a/target/linux/Makefile +++ b/target/linux/Makefile @@ -88,3 +88,4 @@ $(eval $(call kernel_template,2.4,ar7,2_4_AR7)) $(eval $(call kernel_template,2.4,x86,2_4_X86)) $(eval $(call kernel_template,2.6,brcm,2_6_BRCM)) $(eval $(call kernel_template,2.6,x86,2_6_X86)) +$(eval $(call kernel_template,2.4,ar531x,2_4_AR531X)) |