diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-01-27 20:57:01 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-01-27 20:57:01 +0000 |
commit | e4f91c1ac77e162c872272c2724e4891cd54b7da (patch) | |
tree | 2ba11c7b700bce6396d661504552d473d1118651 /target/linux/at91/netus | |
parent | c89c50614b53b0e9fdf2c060ff03c932acc122b6 (diff) | |
download | mtk-20170518-e4f91c1ac77e162c872272c2724e4891cd54b7da.zip mtk-20170518-e4f91c1ac77e162c872272c2724e4891cd54b7da.tar.gz mtk-20170518-e4f91c1ac77e162c872272c2724e4891cd54b7da.tar.bz2 |
move Netus G20 into a subtarget and rework toplevel config and makefile
SVN-Revision: 25165
Diffstat (limited to 'target/linux/at91/netus')
-rw-r--r-- | target/linux/at91/netus/config-default | 8 | ||||
-rw-r--r-- | target/linux/at91/netus/target.mk | 10 |
2 files changed, 18 insertions, 0 deletions
diff --git a/target/linux/at91/netus/config-default b/target/linux/at91/netus/config-default new file mode 100644 index 0000000..c965f23 --- /dev/null +++ b/target/linux/at91/netus/config-default @@ -0,0 +1,8 @@ +CONFIG_ARCH_AT91SAM9G20=y +# CONFIG_ARCH_USES_GETTIMEOFFSET is not set +CONFIG_CRC16=y +CONFIG_JBD2=y +CONFIG_MACH_NETUS_FOXBOARD=y +# CONFIG_USB_FUNCTIONFS is not set +# CONFIG_USB_G_HID is not set +# CONFIG_USB_G_WEBCAM is not set diff --git a/target/linux/at91/netus/target.mk b/target/linux/at91/netus/target.mk new file mode 100644 index 0000000..ec9b90a --- /dev/null +++ b/target/linux/at91/netus/target.mk @@ -0,0 +1,10 @@ +# +# Copyright (C) 2006-2011 OpenWrt.org +# + +SUBTARGET:=netus +BOARDNAME:=Acmesystems NetusG20 board + +define Target/Description + Build firmware images for Acmesystems NetusG20 board +endef |