summaryrefslogtreecommitdiff
path: root/include/kernel.mk
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2009-08-17 10:14:25 +0000
committerFlorian Fainelli <florian@openwrt.org>2009-08-17 10:14:25 +0000
commit7f36797bb780104b973000f1cf48ff8f611e12e5 (patch)
tree2427308be2c8f98e7caa2d0cd5aad0687e1023c5 /include/kernel.mk
parentb585d761c780ad70cbd8c80b53e9d1cf492bd3e9 (diff)
downloadmtk-20170518-7f36797bb780104b973000f1cf48ff8f611e12e5.zip
mtk-20170518-7f36797bb780104b973000f1cf48ff8f611e12e5.tar.gz
mtk-20170518-7f36797bb780104b973000f1cf48ff8f611e12e5.tar.bz2
ensure CONTROL directory is created (#5683)
SVN-Revision: 17293
Diffstat (limited to 'include/kernel.mk')
-rw-r--r--include/kernel.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/kernel.mk b/include/kernel.mk
index 20377af..cb62e63 100644
--- a/include/kernel.mk
+++ b/include/kernel.mk
@@ -77,6 +77,7 @@ define ModuleAutoLoad
$(3) \
if [ -n "$$$$$$$$modules" ]; then \
mkdir -p $(2)/etc/modules.d; \
+ mkdir -p $(2)/CONTROL; \
echo "#!/bin/sh" > $(2)/CONTROL/postinst; \
echo "[ -z \"\$$$$$$$$IPKG_INSTROOT\" ] || exit 0" >> $(2)/CONTROL/postinst; \
echo ". /etc/functions.sh" >> $(2)/CONTROL/postinst; \