diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-07-25 15:40:23 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-07-25 15:40:23 +0000 |
commit | 6f4cb7338f84dfe5bf8023ecc020e42c8014ed49 (patch) | |
tree | 34fd65e40faad3e94439d9f9ce6552f274d595b1 /openwrt/target/linux/Makefile | |
parent | 19abf86c40a8a97e86d5c265f63a80a7b243aa3a (diff) | |
download | mtk-20170518-6f4cb7338f84dfe5bf8023ecc020e42c8014ed49.zip mtk-20170518-6f4cb7338f84dfe5bf8023ecc020e42c8014ed49.tar.gz mtk-20170518-6f4cb7338f84dfe5bf8023ecc020e42c8014ed49.tar.bz2 |
add preliminary support for soekris boards
SVN-Revision: 1564
Diffstat (limited to 'openwrt/target/linux/Makefile')
-rw-r--r-- | openwrt/target/linux/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/target/linux/Makefile b/openwrt/target/linux/Makefile index e1ffc79..3bbe3cd 100644 --- a/openwrt/target/linux/Makefile +++ b/openwrt/target/linux/Makefile @@ -41,3 +41,4 @@ clean: $(eval $(call kernel_template,2.4,brcm,2_4_BRCM)) $(eval $(call kernel_template,2.4,ar7,2_4_AR7)) +$(eval $(call kernel_template,2.4,soekris,2_4_SOEKRIS)) |