diff options
-rw-r--r-- | src/opkbuild.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/opkbuild.sh b/src/opkbuild.sh index dde438a..dfee628 100644 --- a/src/opkbuild.sh +++ b/src/opkbuild.sh @@ -31,6 +31,7 @@ export OPK_SOURCE_VERSION= export OPK_SOURCE_VERSION_UPSTREAM= export OPK_BINARY_VERSION= export OPK_PACKAGES= +export OPK_PACKAGES_REDUCED= export OPK_BUILD_ARCH= export OPK_BUILD_ARCH_CPU= export OPK_BUILD_ARCH_KERNEL= |