Index: boards/Fon/FON2305E_FDT/board.mk =================================================================== --- boards/Fon/FON2305E_FDT/board.mk +++ boards/Fon/FON2305E_FDT/board.mk @@ -22,7 +22,7 @@ # ident KERNCONF_IDENT=${TARGET_VENDOR}_${TARGET_DEVICE} -KERNCONF_FDT_DTS_FILE?= "FON2305E.dts" +ZKERNCONF_FDT_DTS_FILE?= "dts/mips/FON2305E.dts" KERNCONF_OPTIONS+= ROOTDEVNAME=\\\"cd9660:/dev/flash/spi0s.rootfs.uzip\\\" Index: boards/IOData/WN-G300R/board.hints =================================================================== --- boards/IOData/WN-G300R/board.hints +++ boards/IOData/WN-G300R/board.hints @@ -1,10 +1,6 @@ # $FreeBSD$ hint.arge.0.phymask=0x1 -hint.arge.0.media=1000 -hint.arge.0.fduplex=1 -hint.arge.0.eeprommac=0x1f05120c -hint.arge.0.mdio=mdioproxy1 # .. off of the switch mdiobus # arge1: connected to the LAN switch MAC, at 1000BaseTX / GMII. @@ -13,6 +9,10 @@ hint.arge.1.media=1000 # Force to 1000BaseTX/full hint.arge.1.fduplex=1 +# GMAC configuration +# + AR934X_ETH_CFG_SW_ONLY_MODE (1 << 6) +hint.ar934x_gmac.0.gmac_cfg=0x1C0 + # GPIO hint.gpio.0.function_set=0x00000000 Index: dts/mips/FON2412J.dts =================================================================== --- dts/mips/FON2412J.dts +++ dts/mips/FON2412J.dts @@ -91,7 +91,6 @@ ralink,group = "i2c", "jtag", "uartf", "rgmii", "mdio"; ralink,function = "gpio"; }; - }; }; @@ -106,7 +105,3 @@ &wmac { // ralink,mtd-eeprom = <&factory 0>; }; - -&gpio1 { - status = "okay"; -}; Index: share/mk/zrouter.packing.mk =================================================================== --- share/mk/zrouter.packing.mk +++ share/mk/zrouter.packing.mk @@ -44,4 +44,4 @@ .endfor # CURRENT_PACKING_TARGET in ${PACKING_TARGET_LIST} .else # defined(PACKING_TARGET_LIST) && !empty(PACKING_TARGET_LIST) .error "PACKING_TARGET_LIST not defined or empty" -.endif # defined(PACKING_TARGET_LIST) && !empty(PACKING_TARGET_LIST) \ No newline at end of file +.endif # defined(PACKING_TARGET_LIST) && !empty(PACKING_TARGET_LIST)