ramips: Add support for the 7Links PX-4885 wireless router.
[openwrt/openwrt.git] / target / linux / ramips / base-files / lib / ramips.sh
index 913e65cb9015fd7d3dbe7798d17ea54133362598..7f221f807d2672cc4882a3dfef94bc0e9b457f07 100755 (executable)
@@ -13,6 +13,9 @@ ramips_board_detect() {
        machine=$(awk 'BEGIN{FS="[ \t]+:[ \t]"} /machine/ {print $2}' /proc/cpuinfo)
 
        case "$machine" in
+       *"7Links PX-4885")
+               name="px4885"
+               ;;
        *"8devices Carambola")
                name="carambola"
                ;;