Browse Source

Wireless hwmode fix is not needed any more

Michael Schwarz 8 years ago
parent
commit
957c44ae6f
1 changed files with 0 additions and 1 deletions
  1. 0 1
      ffho/ffho-openwrt-migration-tools/Makefile

+ 0 - 1
ffho/ffho-openwrt-migration-tools/Makefile

@@ -39,7 +39,6 @@ endef
 
 define Package/ffho-openwrt-migration-tools/install
 	$(INSTALL_DIR) $(1)/etc/uci-defaults/
-	$(INSTALL_BIN) ./files/etc/uci-defaults/40-wireless-config-hwmode-fix $(1)/etc/uci-defaults/
 	$(INSTALL_BIN) ./files/etc/uci-defaults/90-tl-841v10-autoupdater-to-stable $(1)/etc/uci-defaults/
 endef