diff options
Diffstat (limited to 'luci.mk')
-rw-r--r-- | luci.mk | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -231,6 +231,7 @@ define Package/$(PKG_NAME)/postinst } endef else +ifndef Package/$(PKG_NAME)/postinst define Package/$(PKG_NAME)/postinst [ -n "$${IPKG_INSTROOT}" ] || { rm -f /tmp/luci-indexcache @@ -239,6 +240,7 @@ define Package/$(PKG_NAME)/postinst } endef endif +endif LUCI_BUILD_PACKAGES := $(PKG_NAME) |