summaryrefslogtreecommitdiff
path: root/openwrt/target/linux/linux-2.4/Makefile
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-07-25 15:40:23 +0000
committerNicolas Thill <nico@openwrt.org>2005-07-25 15:40:23 +0000
commit6f4cb7338f84dfe5bf8023ecc020e42c8014ed49 (patch)
tree34fd65e40faad3e94439d9f9ce6552f274d595b1 /openwrt/target/linux/linux-2.4/Makefile
parent19abf86c40a8a97e86d5c265f63a80a7b243aa3a (diff)
downloadmtk-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/linux-2.4/Makefile')
-rw-r--r--openwrt/target/linux/linux-2.4/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/openwrt/target/linux/linux-2.4/Makefile b/openwrt/target/linux/linux-2.4/Makefile
index 701423c..0e4658c 100644
--- a/openwrt/target/linux/linux-2.4/Makefile
+++ b/openwrt/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