diff options
author | Felix Fietkau <nbd@nbd.name> | 2017-01-10 12:26:28 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-01-10 13:44:24 +0100 |
commit | 96ade7adae9fc3a6c7940bce9152bee074348cec (patch) | |
tree | ce3c3378c715b4a29cd0937807fd0aca4812308f /target/linux/mpc85xx/profiles | |
parent | 0b2b162db977cccb1d70b9a2625132120fe2e244 (diff) | |
download | upstream-96ade7adae9fc3a6c7940bce9152bee074348cec.tar.gz upstream-96ade7adae9fc3a6c7940bce9152bee074348cec.tar.bz2 upstream-96ade7adae9fc3a6c7940bce9152bee074348cec.zip |
mpc85xx: build usb support into the kernel instead of packaging it separately
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux/mpc85xx/profiles')
-rw-r--r-- | target/linux/mpc85xx/profiles/00-default.mk | 1 | ||||
-rw-r--r-- | target/linux/mpc85xx/profiles/tp-link.mk | 4 |
2 files changed, 1 insertions, 4 deletions
diff --git a/target/linux/mpc85xx/profiles/00-default.mk b/target/linux/mpc85xx/profiles/00-default.mk index a0b255892b..7dcb8faaa3 100644 --- a/target/linux/mpc85xx/profiles/00-default.mk +++ b/target/linux/mpc85xx/profiles/00-default.mk @@ -7,7 +7,6 @@ define Profile/Default NAME:=Default Profile (all drivers) - PACKAGES:=kmod-usb-core kmod-usb2 kmod-usb2-fsl endef define Profile/Default/Description diff --git a/target/linux/mpc85xx/profiles/tp-link.mk b/target/linux/mpc85xx/profiles/tp-link.mk index 47ddacda0a..18a7cddd83 100644 --- a/target/linux/mpc85xx/profiles/tp-link.mk +++ b/target/linux/mpc85xx/profiles/tp-link.mk @@ -7,9 +7,7 @@ define Profile/TLWDR4900 NAME:=TP-Link TL-WDR4900 - PACKAGES:=\ - kmod-usb-core kmod-usb2 kmod-usb2-fsl \ - kmod-ath9k wpad-mini + PACKAGES:=kmod-ath9k wpad-mini endef define Profile/TLWDR4900/Description |