fix bug: removed content from ports config file and fixed port-management Makefile

This commit is contained in:
Reidar Cederqvist 2015-09-15 10:37:49 +02:00
parent 1e9a50df5b
commit 031dc23c7d
2 changed files with 1 additions and 30 deletions

View file

@ -26,7 +26,7 @@ define Build/Compile
endef
define Package/port-management/install
$(CP) ./broadcom/* $(1)/
$(CP) ./files/* $(1)/
endef
$(eval $(call BuildPackage,port-management))

View file

@ -1,29 +0,0 @@
config ethport
option port eth0
option name WAN
option speed 'auto'
option pause 1
config ethport
option port eth1
option name LAN1
option speed 'auto'
option pause 1
config ethport
option port eth2
option name LAN3
option speed '10FD'
option pause 1
config ethport
option port eth3
option name LAN2
option speed '100HD'
option pause 1
config ethport
option port eth4
option name LAN4
option speed '10HD'
option pause 1