diff options
-rw-r--r-- | package/boot/fconfig/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/package/boot/fconfig/Makefile b/package/boot/fconfig/Makefile index d82fa8db90..9b806fe97c 100644 --- a/package/boot/fconfig/Makefile +++ b/package/boot/fconfig/Makefile @@ -30,13 +30,6 @@ define Package/fconfig/description displays and (if writable) also edits the RedBoot configuration. endef -define Build/Configure -endef - -define Build/Compile - $(call Build/Compile/Default) -endef - define Package/fconfig/install $(INSTALL_DIR) $(1)/usr/sbin $(INSTALL_BIN) $(PKG_BUILD_DIR)/fconfig $(1)/usr/sbin/ |