parent
dfb4939f20
commit
f273e6d2ff
1 changed files with 6 additions and 0 deletions
|
@ -41,6 +41,12 @@ define Build/Compile
|
|||
LDFLAGS="$(TARGET_LDFLAGS)"
|
||||
endef
|
||||
|
||||
define Build/InstallDev
|
||||
$(INSTALL_DIR) $(1)/usr/lib
|
||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/libnvram.so.0.1 $(1)/usr/lib/
|
||||
ln -s libnvram.so.0.1 $(1)/usr/lib/libnvram.so
|
||||
endef
|
||||
|
||||
define Package/nvram/install
|
||||
$(INSTALL_DIR) $(1)/etc/init.d
|
||||
$(INSTALL_BIN) ./files/nvram.init $(1)/etc/init.d/nvram
|
||||
|
|
Loading…
Reference in a new issue