diff options
author | John Crispin <john@openwrt.org> | 2011-07-07 18:20:16 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2011-07-07 18:20:16 +0000 |
commit | f177052c9d80b02308f5f86ae53fea4b3c078c1a (patch) | |
tree | 3b069d0cd80e20ad624524a77f15236b86c724cf /target/linux/lantiq/xway/profiles/001-lantiq.mk | |
parent | 985d4dd88fd71940f69d14d678a986bd4b509304 (diff) | |
download | upstream-f177052c9d80b02308f5f86ae53fea4b3c078c1a.tar.gz upstream-f177052c9d80b02308f5f86ae53fea4b3c078c1a.tar.bz2 upstream-f177052c9d80b02308f5f86ae53fea4b3c078c1a.zip |
remove ar9 board from xway profiles
SVN-Revision: 27534
Diffstat (limited to 'target/linux/lantiq/xway/profiles/001-lantiq.mk')
-rw-r--r-- | target/linux/lantiq/xway/profiles/001-lantiq.mk | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/target/linux/lantiq/xway/profiles/001-lantiq.mk b/target/linux/lantiq/xway/profiles/001-lantiq.mk index cf1c559b6b..36b08a3e3d 100644 --- a/target/linux/lantiq/xway/profiles/001-lantiq.mk +++ b/target/linux/lantiq/xway/profiles/001-lantiq.mk @@ -8,15 +8,3 @@ define Profile/EASY50712/Description endef $(eval $(call Profile,EASY50712)) - -define Profile/EASY50812 - NAME:=EASY50812 - PACKAGES:= kmod-usb-core kmod-usb-dwc-otg kmod-leds-gpio -endef - -define Profile/EASY50812/Description - Lantiq EASY50812 evalkit -endef - -$(eval $(call Profile,EASY50812)) - |