diff options
author | Michael Heimpold <mhei@heimpold.de> | 2017-01-28 16:32:34 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-01-28 20:29:00 +0100 |
commit | 8af38c7001475879b27a4b66eb1765582da3731f (patch) | |
tree | b7265315b13d94ebd743e9668c05e0f7d78792ec /target/linux/mxs/profiles/01-duckbill.mk | |
parent | 5a164dd3c09558bdadc0ebfad6e37514cbd7ba4c (diff) | |
download | upstream-8af38c7001475879b27a4b66eb1765582da3731f.tar.gz upstream-8af38c7001475879b27a4b66eb1765582da3731f.tar.bz2 upstream-8af38c7001475879b27a4b66eb1765582da3731f.zip |
mxs: remove stale references to obsolete kernel module packages
Commit 29443e2 (mxs: remove modules.mk, select drivers in the kernel config)
missed to remove these references, so cleanup it now.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Diffstat (limited to 'target/linux/mxs/profiles/01-duckbill.mk')
-rw-r--r-- | target/linux/mxs/profiles/01-duckbill.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/mxs/profiles/01-duckbill.mk b/target/linux/mxs/profiles/01-duckbill.mk index 6b1dc187a2..cab379a213 100644 --- a/target/linux/mxs/profiles/01-duckbill.mk +++ b/target/linux/mxs/profiles/01-duckbill.mk @@ -10,8 +10,7 @@ define Profile/duckbill FEATURES+=usbgadget PACKAGES+= \ -dnsmasq -firewall -ppp -ip6tables -iptables -6relayd -mtd uboot-envtools \ - kmod-leds-gpio kmod-ledtrig-timer kmod-usb-mxs-phy -kmod-ipt-nathelper \ - kmod-i2c-mxs kmod-spi-mxs uboot-mxs-duckbill + kmod-leds-gpio kmod-ledtrig-timer -kmod-ipt-nathelper uboot-mxs-duckbill endef define Profile/duckbill/Description |