diff --git a/openwrt/package/openwrt/libnvram/Makefile b/openwrt/package/openwrt/libnvram/Makefile
index d109a17483cadcb0869f6b116e5eb4e81d3797c8..5d828b135e979bab869e7d50c457361ba5a1ebeb 100644
--- a/openwrt/package/openwrt/libnvram/Makefile
+++ b/openwrt/package/openwrt/libnvram/Makefile
@@ -44,7 +44,7 @@ $(TARGET_DIR)/usr/lib/libnvram.so: $(PKG_BUILD_DIR)/libnvram.so
 
 $(TARGET_DIR)/usr/sbin/nvram: $(PKG_BUILD_DIR)/nvram
 	mkdir -p $(TARGET_DIR)/usr/sbin
-	install -m 644 $< $@
+	install -m 755 $< $@
 	$(STRIP) $@
 
 compile: $(PKG_BUILD_DIR)/libnvram.so $(PKG_BUILD_DIR)/nvram