From ba2c5cad003b37ad437ff2b56d14cde80c2cbda6 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Thu, 18 May 2006 00:35:02 +0000 Subject: load kernel modules in kmod- packages from postinst scripts at install. SVN-Revision: 3793 --- openwrt/target/linux/rules.mk | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'openwrt/target/linux') diff --git a/openwrt/target/linux/rules.mk b/openwrt/target/linux/rules.mk index 3358f1f..ae557f2 100644 --- a/openwrt/target/linux/rules.mk +++ b/openwrt/target/linux/rules.mk @@ -76,6 +76,11 @@ ifneq ($(6),) for module in $(7); do \ echo $$$$module >> $$(I_$(1))/etc/modules.d/$(6)-$(2); \ done + echo "#!/bin/sh" >> $$(I_$(1))/CONTROL/postinst + echo "[ -z \"\$$$$IPKG_INSTROOT\" ] || exit" >> $$(I_$(1))/CONTROL/postinst + echo ". /etc/functions.sh" >> $$(I_$(1))/CONTROL/postinst + echo "load_modules /etc/modules.d/$(6)-$(2)" >> $$(I_$(1))/CONTROL/postinst + chmod 0755 $$(I_$(1))/CONTROL/postinst endif $(8) $(IPKG_BUILD) $$(I_$(1)) $(PACKAGE_DIR) $(MAKE_TRACE) -- cgit v1.1