summaryrefslogtreecommitdiff
path: root/openwrt/target/linux/sibyte-2.6/Makefile
diff options
context:
space:
mode:
authorMike Baker <mbm@openwrt.org>2006-04-21 23:25:46 +0000
committerMike Baker <mbm@openwrt.org>2006-04-21 23:25:46 +0000
commitf7348b25b459c78874f52e1ec622e05d7becd4ff (patch)
treeccf2b9a36a9cd060fe10185c199430bd340ebb45 /openwrt/target/linux/sibyte-2.6/Makefile
parent4a6c17a89b0791ede8844a8d85a40018cb2af174 (diff)
downloadmtk-20170518-f7348b25b459c78874f52e1ec622e05d7becd4ff.zip
mtk-20170518-f7348b25b459c78874f52e1ec622e05d7becd4ff.tar.gz
mtk-20170518-f7348b25b459c78874f52e1ec622e05d7becd4ff.tar.bz2
preliminary sibyte support
SVN-Revision: 3701
Diffstat (limited to 'openwrt/target/linux/sibyte-2.6/Makefile')
-rw-r--r--openwrt/target/linux/sibyte-2.6/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/openwrt/target/linux/sibyte-2.6/Makefile b/openwrt/target/linux/sibyte-2.6/Makefile
new file mode 100644
index 0000000..9f99fbd
--- /dev/null
+++ b/openwrt/target/linux/sibyte-2.6/Makefile
@@ -0,0 +1,19 @@
+include $(TOPDIR)/rules.mk
+
+LINUX_VERSION:=2.6.16.4
+LINUX_RELEASE:=1
+LINUX_KERNEL_MD5SUM:=cb675279c9711237a06ebb8379a4da27
+
+include ../rules.mk
+include ./config
+
+include ../generic-$(KERNEL)/modules.mk
+include ../kernel.mk
+
+
+$(LINUX_DIR)/.patched: $(LINUX_DIR)/.unpacked
+ [ -d ../generic-$(KERNEL)/patches ] && $(PATCH) $(LINUX_DIR) ../generic-$(KERNEL)/patches $(MAKE_TRACE)
+ [ -d ./patches ] && $(PATCH) $(LINUX_DIR) ./patches $(MAKE_TRACE)
+ @$(CP) config $(LINUX_DIR)/.config
+ touch $@
+