diff mbox

[OpenWrt-Devel] ramips: EX2700: remove unused kernel modules

Message ID 56D0AAF0.9060308@gmail.com
State Changes Requested
Headers show

Commit Message

Joseph C. Lehner Feb. 26, 2016, 7:43 p.m. UTC
Remove the kmod-mt76 and kmod-rt2800-pci packages from the EX2700
profile to free up around 100 KiB of space on the root filesystem.

This patch applies to both trunk and Chaos Calmer.

Signed-off-by: Joseph C. Lehner <joseph.c.lehner@gmail.com>

---

Comments

John Crispin March 1, 2016, 8:31 a.m. UTC | #1
On 26/02/2016 20:43, Joseph C. Lehner wrote:
> Remove the kmod-mt76 and kmod-rt2800-pci packages from the EX2700
> profile to free up around 100 KiB of space on the root filesystem.
> 
> This patch applies to both trunk and Chaos Calmer.
> 
> Signed-off-by: Joseph C. Lehner <joseph.c.lehner@gmail.com>
> 
> ---
> 
> diff --git a/target/linux/ramips/mt7620/profiles/netgear.mk
> b/target/linux/ramips/mt7620/profiles/netgear.mk
> index d1b073a..9631537 100644
> --- a/target/linux/ramips/mt7620/profiles/netgear.mk
> +++ b/target/linux/ramips/mt7620/profiles/netgear.mk
> @@ -7,7 +7,8 @@
> 
>  define Profile/EX2700
>  	NAME:=Netgear EX2700
> -	PACKAGES:=-kmod-usb-core -kmod-usb2 -kmod-usb-ohci -kmod-ledtrig-usbdev
> +	PACKAGES:=-kmod-usb-core -kmod-usb2 -kmod-usb-ohci -kmod-ledtrig-usbdev \
> +		-kmod-mt76 -kmod-rt2800-pci

-kmod-rt2800-pci is wrong. i assume you are using the SDK driver but
that is not the case for everyone. please resend with this part removed.

	John

>  endef
> 
>  define Profile/EX2700/Description
> _______________________________________________
> openwrt-devel mailing list
> openwrt-devel@lists.openwrt.org
> https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
>
diff mbox

Patch

diff --git a/target/linux/ramips/mt7620/profiles/netgear.mk
b/target/linux/ramips/mt7620/profiles/netgear.mk
index d1b073a..9631537 100644
--- a/target/linux/ramips/mt7620/profiles/netgear.mk
+++ b/target/linux/ramips/mt7620/profiles/netgear.mk
@@ -7,7 +7,8 @@ 

 define Profile/EX2700
 	NAME:=Netgear EX2700
-	PACKAGES:=-kmod-usb-core -kmod-usb2 -kmod-usb-ohci -kmod-ledtrig-usbdev
+	PACKAGES:=-kmod-usb-core -kmod-usb2 -kmod-usb-ohci -kmod-ledtrig-usbdev \
+		-kmod-mt76 -kmod-rt2800-pci
 endef

 define Profile/EX2700/Description