diff options
author | John Crispin <john@openwrt.org> | 2011-11-12 23:39:51 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2011-11-12 23:39:51 +0000 |
commit | 424870510860306aa38f4a0edba831be068d9fdd (patch) | |
tree | b2f7cb4f4d9cff7da64d08345c5f3155bd7c7c80 /target/linux/lantiq/danube/profiles/003-gigaset.mk | |
parent | eb20ab87e6ed3f9481318ae4dcea3d357f530cf3 (diff) | |
download | upstream-424870510860306aa38f4a0edba831be068d9fdd.tar.gz upstream-424870510860306aa38f4a0edba831be068d9fdd.tar.bz2 upstream-424870510860306aa38f4a0edba831be068d9fdd.zip |
lantiq: cleanup default package selection
SVN-Revision: 28998
Diffstat (limited to 'target/linux/lantiq/danube/profiles/003-gigaset.mk')
-rw-r--r-- | target/linux/lantiq/danube/profiles/003-gigaset.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/lantiq/danube/profiles/003-gigaset.mk b/target/linux/lantiq/danube/profiles/003-gigaset.mk index ee4605a58c..348ffbb8e0 100644 --- a/target/linux/lantiq/danube/profiles/003-gigaset.mk +++ b/target/linux/lantiq/danube/profiles/003-gigaset.mk @@ -1,7 +1,7 @@ define Profile/GIGASX76X NAME:=GIGASX76X - Gigaset SX761,SX762,SX763 - PACKAGES:= kmod-usb-core kmod-usb-dwc-otg kmod-leds-gpio \ - kmod-ltq-dsl-firmware-b-danube kmod-ledtrig-usbdev + PACKAGES:= kmod-usb-core kmod-usb-dwc-otg kmod-ledtrig-usbdev \ + kmod-ltq-dsl-firmware-b-danube endef define Profile/GIGASX76X/Description |