target/linux: adm5120/2.6.36 patches, fix a missing 0 (thank you florian)
[openwrt.git] / include / package-defaults.mk
index f17653b..1d29119 100644 (file)
@@ -23,6 +23,11 @@ define Package/Default
   else
     VERSION:=$(PKG_RELEASE)
   endif
+  ifneq ($(PKG_FLAGS),)
+    PKGFLAGS:=$(PKG_FLAGS)
+  else
+    PKGFLAGS:=
+  endif
   ifneq ($(ARCH_PACKAGES),)
     PKGARCH:=$(ARCH_PACKAGES)
   else
This page took 0.021465 seconds and 4 git commands to generate.