diff options
Diffstat (limited to 'openwrt/rules.mk')
-rw-r--r-- | openwrt/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/rules.mk b/openwrt/rules.mk index f0d21a2..eebc758 100644 --- a/openwrt/rules.mk +++ b/openwrt/rules.mk @@ -106,7 +106,7 @@ IPKG:= \ # invoke ipkg-build with some default options IPKG_BUILD:= \ - ipkg-build -c -o root -g root + ipkg-build -c -o 0 -g 0 ifeq ($(CONFIG_ENABLE_LOCALE),true) DISABLE_NLS:= |