diff options
Diffstat (limited to 'openwrt/package/nvram/Makefile')
-rw-r--r-- | openwrt/package/nvram/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/nvram/Makefile b/openwrt/package/nvram/Makefile index cf76c7c..11e8936 100644 --- a/openwrt/package/nvram/Makefile +++ b/openwrt/package/nvram/Makefile @@ -7,7 +7,7 @@ PKG_RELEASE:=1 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME) -include $(TOPDIR)/include/package.mk +include $(INCLUDE_DIR)/package.mk define Package/nvram SECTION:=base |