[package] ensure CONTROL directory is created (#5683)
[openwrt-10.03/.git] / include / kernel.mk
index 20377af3cf80fd2851d76a04390013db548caadd..cb62e638104efa3c46aceb797fcffca621f4a752 100644 (file)
@@ -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; \