mirror of https://github.com/hak5/openwrt.git
fconfig: cleanup Makefile
We do not need to define an empty Build/Configure since the default checks for existing ./configure and does nothing in case nothing is found. Similar for Build/Compile: we can remove the definition when we only call the default. Signed-off-by: Michael Heimpold <mhei@heimpold.de>openwrt-19.07
parent
46dc4e206d
commit
007e947976
|
@ -30,13 +30,6 @@ define Package/fconfig/description
|
||||||
displays and (if writable) also edits the RedBoot configuration.
|
displays and (if writable) also edits the RedBoot configuration.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Configure
|
|
||||||
endef
|
|
||||||
|
|
||||||
define Build/Compile
|
|
||||||
$(call Build/Compile/Default)
|
|
||||||
endef
|
|
||||||
|
|
||||||
define Package/fconfig/install
|
define Package/fconfig/install
|
||||||
$(INSTALL_DIR) $(1)/usr/sbin
|
$(INSTALL_DIR) $(1)/usr/sbin
|
||||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/fconfig $(1)/usr/sbin/
|
$(INSTALL_BIN) $(PKG_BUILD_DIR)/fconfig $(1)/usr/sbin/
|
||||||
|
|
Loading…
Reference in New Issue