Added support for the D-Link DSM-G600 RevA, and fixed the clock frequency for NSLU2...
[openwrt-10.03/.git] / scripts / arm-magic.sh
index ee8a0bc1cdc22a0eedb84002c76b4d6c0bb8c357..cfd559ed77b3a92ac2a0d1fa5ac1203e96bdbf54 100755 (executable)
@@ -22,7 +22,7 @@
 # NOTE: for now it's for only IXP4xx in big endian mode
 
 # list of supported boards, in "boardname machtypeid" format
-for board in "avila 526" "gateway7001 731" "nslu2 597" "nas100d 865" "wg302v2 890" "pronghornmetro 1040" "compex 1273" "wrt300nv2 1077" "loft 849"
+for board in "avila 526" "gateway7001 731" "nslu2 597" "nas100d 865" "wg302v2 890" "pronghornmetro 1040" "compex 1273" "wrt300nv2 1077" "loft 849" "dsmg600 964"
 do
   set -- $board
   hexid=$(printf %x\\n $2)