ugps: add conffiles section, fix config file perms
Signed-off-by: Nicolas Thill <nico@openwrt.org> SVN-Revision: 45240
This commit is contained in:
parent
2bd178c175
commit
275df67b6c
1 changed files with 5 additions and 1 deletions
|
@ -36,11 +36,15 @@ ifneq ($(CONFIG_USE_GLIBC),)
|
||||||
TARGET_CFLAGS += -D_DEFAULT_SOURCE
|
TARGET_CFLAGS += -D_DEFAULT_SOURCE
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
define Package/ugps/conffiles
|
||||||
|
/etc/config/gps
|
||||||
|
endef
|
||||||
|
|
||||||
define Package/ugps/install
|
define Package/ugps/install
|
||||||
$(INSTALL_DIR) $(1)/usr/sbin $(1)/etc/init.d $(1)/etc/config
|
$(INSTALL_DIR) $(1)/usr/sbin $(1)/etc/init.d $(1)/etc/config
|
||||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/ugps $(1)/usr/sbin/
|
$(INSTALL_BIN) $(PKG_BUILD_DIR)/ugps $(1)/usr/sbin/
|
||||||
$(INSTALL_BIN) ./files/ugps.init $(1)/etc/init.d/ugps
|
$(INSTALL_BIN) ./files/ugps.init $(1)/etc/init.d/ugps
|
||||||
$(INSTALL_BIN) ./files/gps.config $(1)/etc/config/gps
|
$(INSTALL_CONF) ./files/gps.config $(1)/etc/config/gps
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call BuildPackage,ugps))
|
$(eval $(call BuildPackage,ugps))
|
||||||
|
|
Loading…
Reference in a new issue