diff options
author | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-07-07 18:20:16 +0000 |
---|---|---|
committer | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-07-07 18:20:16 +0000 |
commit | 4130b70d4306c2965efdebb9ea3ac72410bbd60b (patch) | |
tree | bcc3b81a903878f8142159baafe3adc3963274a4 /target/linux/lantiq/xway/profiles | |
parent | 3b3a2539e10933964ebdf1d337f41c1de4e813f6 (diff) |
remove ar9 board from xway profiles
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27534 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/lantiq/xway/profiles')
-rw-r--r-- | target/linux/lantiq/xway/profiles/001-lantiq.mk | 12 | ||||
-rw-r--r-- | target/linux/lantiq/xway/profiles/003-gigaset.mk (renamed from target/linux/lantiq/xway/profiles/004-gigaset.mk) | 0 | ||||
-rw-r--r-- | target/linux/lantiq/xway/profiles/003-netgear.mk | 11 |
3 files changed, 0 insertions, 23 deletions
diff --git a/target/linux/lantiq/xway/profiles/001-lantiq.mk b/target/linux/lantiq/xway/profiles/001-lantiq.mk index cf1c559b6..36b08a3e3 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)) - diff --git a/target/linux/lantiq/xway/profiles/004-gigaset.mk b/target/linux/lantiq/xway/profiles/003-gigaset.mk index 844b41189..844b41189 100644 --- a/target/linux/lantiq/xway/profiles/004-gigaset.mk +++ b/target/linux/lantiq/xway/profiles/003-gigaset.mk diff --git a/target/linux/lantiq/xway/profiles/003-netgear.mk b/target/linux/lantiq/xway/profiles/003-netgear.mk deleted file mode 100644 index 51a98bb2d..000000000 --- a/target/linux/lantiq/xway/profiles/003-netgear.mk +++ /dev/null @@ -1,11 +0,0 @@ -define Profile/DGN3500B - NAME:=DGN3500B - PACKAGES:= kmod-usb-core kmod-usb-dwc-otg kmod-leds-gpio -endef - -define Profile/DGN3500B/Description - Netgear DGN3500B -endef - -$(eval $(call Profile,DGN3500B)) - |