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/00-default.mk | |
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/00-default.mk')
-rw-r--r-- | target/linux/mpc85xx/profiles/00-default.mk | 1 |
1 files changed, 0 insertions, 1 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 |