I guess kmod-rt2800-pci is common for rt288x and tr305x? Otherwise there would be no point in wpad-mini there too.
Signed-off-by: Roman Yeryomin <[email protected]> Index: target/linux/ramips/rt288x/profiles/00-default.mk =================================================================== --- a/target/linux/ramips/rt288x/profiles/00-default.mk (revision 28247) +++ b/target/linux/ramips/rt288x/profiles/00-default.mk (working copy) @@ -7,7 +7,7 @@ define Profile/Default NAME:=Default Profile - PACKAGES:=kmod-rt2800-pci + PACKAGES:= endef define Profile/Default/Description Index: target/linux/ramips/rt305x/profiles/00-default.mk =================================================================== --- a/target/linux/ramips/rt305x/profiles/00-default.mk (revision 28247) +++ b/target/linux/ramips/rt305x/profiles/00-default.mk (working copy) @@ -8,7 +8,7 @@ define Profile/Default NAME:=Default Profile PACKAGES:=\ - kmod-rt2800-pci kmod-usb-core kmod-usb-rt305x-dwc_otg \ + kmod-usb-core kmod-usb-rt305x-dwc_otg \ kmod-ledtrig-usbdev endef Index: target/linux/ramips/Makefile =================================================================== --- a/target/linux/ramips/Makefile (revision 28247) +++ b/target/linux/ramips/Makefile (working copy) @@ -18,7 +18,7 @@ include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES+=\ kmod-leds-gpio kmod-input-core kmod-input-polldev kmod-gpio-buttons \ - kmod-button-hotplug wpad-mini maccalc + kmod-button-hotplug kmod-rt2800-pci wpad-mini maccalc define Target/Description Build firmware images for Ralink RT288x/RT305x based boards. _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
