aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/ar9
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2011-11-12 23:39:51 +0000
committerJohn Crispin <blogic@openwrt.org>2011-11-12 23:39:51 +0000
commit5d23a8d4b2da465f7ec22f3c03ad52ec751bd45a (patch)
tree2cef27fdb7491aaaf4a7ea6bf94f0549a6ee9145 /target/linux/lantiq/ar9
parenta6a4c7a38a1c901751373e41566be3716a519d19 (diff)
downloadmaster-187ad058-5d23a8d4b2da465f7ec22f3c03ad52ec751bd45a.tar.gz
master-187ad058-5d23a8d4b2da465f7ec22f3c03ad52ec751bd45a.tar.bz2
master-187ad058-5d23a8d4b2da465f7ec22f3c03ad52ec751bd45a.zip
lantiq: cleanup default package selection
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28998 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/lantiq/ar9')
-rw-r--r--target/linux/lantiq/ar9/profiles/000-generic.mk1
-rw-r--r--target/linux/lantiq/ar9/profiles/001-lantiq.mk2
-rw-r--r--target/linux/lantiq/ar9/profiles/002-netgear.mk2
-rw-r--r--target/linux/lantiq/ar9/profiles/003-buffalo.mk4
-rw-r--r--target/linux/lantiq/ar9/target.mk6
5 files changed, 8 insertions, 7 deletions
diff --git a/target/linux/lantiq/ar9/profiles/000-generic.mk b/target/linux/lantiq/ar9/profiles/000-generic.mk
index 787a74fba2..a8346a7466 100644
--- a/target/linux/lantiq/ar9/profiles/000-generic.mk
+++ b/target/linux/lantiq/ar9/profiles/000-generic.mk
@@ -1,6 +1,5 @@
define Profile/Generic
NAME:=Generic - all boards
- PACKAGES:=kmod-leds-gpio button-hotplug
endef
$(eval $(call Profile,Generic))
diff --git a/target/linux/lantiq/ar9/profiles/001-lantiq.mk b/target/linux/lantiq/ar9/profiles/001-lantiq.mk
index f55f223941..2039738ea9 100644
--- a/target/linux/lantiq/ar9/profiles/001-lantiq.mk
+++ b/target/linux/lantiq/ar9/profiles/001-lantiq.mk
@@ -1,6 +1,6 @@
define Profile/EASY50812
NAME:=EASY50812
- PACKAGES:= kmod-usb-core kmod-usb-dwc-otg kmod-leds-gpio
+ PACKAGES:= kmod-usb-core kmod-usb-dwc-otg
endef
define Profile/EASY50812/Description
diff --git a/target/linux/lantiq/ar9/profiles/002-netgear.mk b/target/linux/lantiq/ar9/profiles/002-netgear.mk
index 51a98bb2d4..1a77786255 100644
--- a/target/linux/lantiq/ar9/profiles/002-netgear.mk
+++ b/target/linux/lantiq/ar9/profiles/002-netgear.mk
@@ -1,6 +1,6 @@
define Profile/DGN3500B
NAME:=DGN3500B
- PACKAGES:= kmod-usb-core kmod-usb-dwc-otg kmod-leds-gpio
+ PACKAGES:= kmod-usb-core kmod-usb-dwc-otg
endef
define Profile/DGN3500B/Description
diff --git a/target/linux/lantiq/ar9/profiles/003-buffalo.mk b/target/linux/lantiq/ar9/profiles/003-buffalo.mk
index df2829ef3e..ea2c03e723 100644
--- a/target/linux/lantiq/ar9/profiles/003-buffalo.mk
+++ b/target/linux/lantiq/ar9/profiles/003-buffalo.mk
@@ -1,7 +1,7 @@
define Profile/WBMR
NAME:=WBMR - Buffalo WBMR-HP-G300H
- PACKAGES:= kmod-usb-core kmod-usb-dwc-otg kmod-leds-gpio \
- kmod-ltq-dsl-firmware-b-ar9 kmod-ledtrig-usbdev
+ PACKAGES:= kmod-usb-core kmod-usb-dwc-otg kmod-ledtrig-usbdev \
+ kmod-ltq-dsl-firmware-b-ar9
endef
define Profile/WBMR/Description
diff --git a/target/linux/lantiq/ar9/target.mk b/target/linux/lantiq/ar9/target.mk
index 89a1586d58..cb57b882c7 100644
--- a/target/linux/lantiq/ar9/target.mk
+++ b/target/linux/lantiq/ar9/target.mk
@@ -3,8 +3,10 @@ SUBTARGET:=ar9
BOARDNAME:=AR9
FEATURES:=squashfs jffs2 atm
-DEFAULT_PACKAGES+=kmod-pppoa ppp-mod-pppoa linux-atm atm-tools br2684ctl kmod-ltq-dsl-ar9 ltq-dsl-app swconfig
+DEFAULT_PACKAGES+=kmod-pppoa ppp-mod-pppoa linux-atm atm-tools br2684ctl kmod-ltq-dsl-ar9 ltq-dsl-app \
+ kmod-input-gpio-keys-polled kmod-ledtrig-netdev kmod-leds-gpio kmod-button-hotplug \
+ swconfig
define Target/Description
- Lantiq XWAY (danube/twinpass/ar9)
+ Lantiq AR9
endef