diff options
author | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-11-02 20:07:41 +0000 |
---|---|---|
committer | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-11-02 20:07:41 +0000 |
commit | a3900eb37fff6f03b7aacbc6011610060b6d0908 (patch) | |
tree | 9dc52ee5cdfd8e9e1cd2178b9de76be9433d3e95 /target/linux/lantiq/ase/profiles | |
parent | 0681421b1a0160f8244c3b168f237b7489eeb600 (diff) |
[lantiq] update ase target for 3.6
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34063 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/lantiq/ase/profiles')
-rw-r--r-- | target/linux/lantiq/ase/profiles/000-generic.mk | 6 | ||||
-rw-r--r-- | target/linux/lantiq/ase/profiles/001-lantiq.mk | 10 | ||||
-rw-r--r-- | target/linux/lantiq/ase/profiles/001-netgear.mk | 5 |
3 files changed, 5 insertions, 16 deletions
diff --git a/target/linux/lantiq/ase/profiles/000-generic.mk b/target/linux/lantiq/ase/profiles/000-generic.mk deleted file mode 100644 index 787a74fba2..0000000000 --- a/target/linux/lantiq/ase/profiles/000-generic.mk +++ /dev/null @@ -1,6 +0,0 @@ -define Profile/Generic - NAME:=Generic - all boards - PACKAGES:=kmod-leds-gpio button-hotplug -endef - -$(eval $(call Profile,Generic)) diff --git a/target/linux/lantiq/ase/profiles/001-lantiq.mk b/target/linux/lantiq/ase/profiles/001-lantiq.mk deleted file mode 100644 index dd763bda7e..0000000000 --- a/target/linux/lantiq/ase/profiles/001-lantiq.mk +++ /dev/null @@ -1,10 +0,0 @@ -define Profile/EASY50601 - NAME:=EASY50601 - PACKAGES:= kmod-usb-core kmod-usb-dwc-otg kmod-leds-gpio -endef - -define Profile/EASY50601/Description - Lantiq EASY50601 evalkit -endef - -$(eval $(call Profile,EASY50601)) diff --git a/target/linux/lantiq/ase/profiles/001-netgear.mk b/target/linux/lantiq/ase/profiles/001-netgear.mk new file mode 100644 index 0000000000..3636d3889a --- /dev/null +++ b/target/linux/lantiq/ase/profiles/001-netgear.mk @@ -0,0 +1,5 @@ +define Profile/DGN1000B + NAME:=Netgear DGN1000B +endef + +$(eval $(call Profile,DGN1000B)) |