mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 13:48:06 +00:00
wireless-regdb: prefer python provided by make variable
Usage of predefined make variables is preferred. Signed-off-by: Petr Štetiar <ynezz@true.cz>
This commit is contained in:
parent
ef3f868da0
commit
d3853d17a3
@ -19,7 +19,7 @@ define Package/wireless-regdb
|
||||
endef
|
||||
|
||||
define Build/Compile
|
||||
python $(PKG_BUILD_DIR)/db2fw.py $(PKG_BUILD_DIR)/regulatory.db $(PKG_BUILD_DIR)/db.txt
|
||||
$(PYTHON) $(PKG_BUILD_DIR)/db2fw.py $(PKG_BUILD_DIR)/regulatory.db $(PKG_BUILD_DIR)/db.txt
|
||||
endef
|
||||
|
||||
define Package/wireless-regdb/install
|
||||
|
Loading…
Reference in New Issue
Block a user