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/linux-2.4/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/linux-2.4/Makefile')
-rw-r--r-- | target/linux/linux-2.4/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/linux-2.4/Makefile b/target/linux/linux-2.4/Makefile index 701423ce1b..0e4658c2e2 100644 --- a/target/linux/linux-2.4/Makefile +++ b/target/linux/linux-2.4/Makefile @@ -55,6 +55,10 @@ ifeq ($(BOARD),brcm) include ./broadcom.mk endif +ifeq ($(BOARD),soekris) +include ./soekris.mk +endif + ifeq ($(BOARD),ar7) include ./ar7.mk endif |