mirror of
https://github.com/Doodle3D/doodle3d-firmware.git
synced 2024-12-22 02:53:49 +01:00
Makefile/opkg: register configuration file as such.
This commit is contained in:
parent
589d2c705e
commit
61fcb7ecb6
6
Makefile
6
Makefile
@ -66,6 +66,12 @@ define Build/Compile directives
|
||||
# no compilation necessary (although possible with luac?)
|
||||
endef
|
||||
|
||||
# This information is contained within the ipk file and (at least) used by
|
||||
# sysupgrade to determine which files to keep (see `opkg list-changed-conffiles`).
|
||||
define Package/wifibox/conffiles
|
||||
/etc/config/wifibox
|
||||
endef
|
||||
|
||||
# The $(1) variable represents the root directory on the router running
|
||||
# OpenWrt. The $(INSTALL_DIR) variable contains a command to prepare the install
|
||||
# directory if it does not already exist. Likewise $(INSTALL_BIN) contains the
|
||||
|
Loading…
Reference in New Issue
Block a user