Skip to content

Commit

Permalink
wireless-regdb: prefer python provided by make variable
Browse files Browse the repository at this point in the history
Usage of predefined make variables is preferred.

Signed-off-by: Petr Štetiar <[email protected]>
  • Loading branch information
ynezz committed Jul 26, 2019
1 parent ef3f868 commit d3853d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/firmware/wireless-regdb/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d3853d1

Please sign in to comment.