mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
brcm47xx: do not load the kernel modules needed for Ethernet manually
add the boot flag to make the kernel modules needed for Ethernet and diag load on startup. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37284 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -640,7 +640,7 @@ define KernelPackage/pps
|
||||
TITLE:=PPS support
|
||||
KCONFIG:=CONFIG_PPS
|
||||
FILES:=$(LINUX_DIR)/drivers/pps/pps_core.ko
|
||||
AUTOLOAD:=$(call AutoLoad,20,pps_core)
|
||||
AUTOLOAD:=$(call AutoLoad,17,pps_core,1)
|
||||
endef
|
||||
|
||||
define KernelPacakge/pps/description
|
||||
@@ -658,7 +658,7 @@ define KernelPackage/ptp
|
||||
DEPENDS:=+kmod-pps
|
||||
KCONFIG:=CONFIG_PTP_1588_CLOCK
|
||||
FILES:=$(LINUX_DIR)/drivers/ptp/ptp.ko
|
||||
AUTOLOAD:=$(call AutoLoad,25,ptp)
|
||||
AUTOLOAD:=$(call AutoLoad,18,ptp,1)
|
||||
endef
|
||||
|
||||
define KernelPacakge/ptp/description
|
||||
|
||||
Reference in New Issue
Block a user