mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
Do not register more than 2 ethernet porst for CFE based devices (i.e : Compex WP54G-wrt)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6683 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -102,5 +102,12 @@ struct adm5120_info {
|
||||
u16 ports;
|
||||
u16 vlan;
|
||||
};
|
||||
#define UNKNOWN 0
|
||||
|
||||
#define UBOOT 2
|
||||
#define MYLOADER 3
|
||||
|
||||
/* Type of boot loader, detected by the prom */
|
||||
extern boot_loader_type;
|
||||
|
||||
#endif /* _INCLUDE_ADM5120SW_H_ */
|
||||
|
||||
Reference in New Issue
Block a user