mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
fix bug: removed content from ports config file and fixed port-management Makefile
This commit is contained in:
parent
1e9a50df5b
commit
031dc23c7d
2 changed files with 1 additions and 30 deletions
|
|
@ -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))
|
||||
|
|
|
|||
|
|
@ -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
|
||||
Loading…
Add table
Reference in a new issue