diff options
author | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-05-02 12:48:42 +0000 |
---|---|---|
committer | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-05-02 12:48:42 +0000 |
commit | 8668f57c7e4ba5438fa9071a4c568dcf31cdfb61 (patch) | |
tree | d63b546aa0050cc27ebdbc50eb20c403c36b1bc7 /target/linux/kirkwood/Makefile | |
parent | b130fd7d9eca19bfc766c2211b76a892752e7db6 (diff) |
add preliminary Marvell Kirkwood support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15556 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/kirkwood/Makefile')
-rw-r--r-- | target/linux/kirkwood/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/target/linux/kirkwood/Makefile b/target/linux/kirkwood/Makefile new file mode 100644 index 0000000000..8fc3889cbd --- /dev/null +++ b/target/linux/kirkwood/Makefile @@ -0,0 +1,22 @@ +# +# Copyright (C) 2009 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# +include $(TOPDIR)/rules.mk + +ARCH:=arm +BOARD:=kirkwood +BOARDNAME:=Marvell Kirkwood +FEATURES:=jffs2 usb broken + +LINUX_VERSION:=2.6.30-rc4 + +include $(INCLUDE_DIR)/target.mk + +KERNELNAME:="uImage" + +DEFAULT_PACKAGES += + +$(eval $(call BuildTarget)) |