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 | 92c70bff6423a67a2ee3d3bdfefffae88aae7e59 (patch) | |
tree | e2b48a5bc1e3887ee0186714507fd14827541fe3 /target/linux/Makefile | |
parent | 57db8eb1766ba3ccfa458b36ba6efca13589b2db (diff) | |
download | upstream-92c70bff6423a67a2ee3d3bdfefffae88aae7e59.tar.gz upstream-92c70bff6423a67a2ee3d3bdfefffae88aae7e59.tar.bz2 upstream-92c70bff6423a67a2ee3d3bdfefffae88aae7e59.zip |
add preliminary support for soekris boards
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1564 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 e1ffc79fbd..3bbe3cdab0 100644 --- a/target/linux/Makefile +++ b/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)) |