ramips: fix USW-Flex reversed switch-port order
[openwrt/staging/hauke.git] / tools / firmware-utils / src / zynos.h
index aa25deb4749cb3bf0b4a4ea81ec9c1e5b7d5f11f..6c9c1a0cbde753e6ab609263f91e0ae461eba874 100644 (file)
@@ -1,5 +1,5 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
- *  $Id$
  *
  *  Copyright (C) 2007-2008 OpenWrt.org
  *  Copyright (C) 2007-2008 Gabor Juhos <juhosg at openwrt.org>
@@ -7,11 +7,6 @@
  *  This code was based on the information of the ZyXEL's firmware
  *  image format written by Kolja Waschk, can be found at:
  *  http://www.ixo.de/info/zyxel_uclinux
- *
- *  This program is free software; you can redistribute it and/or modify it
- *  under the terms of the GNU General Public License version 2 as published
- *  by the Free Software Foundation.
- *
  */
 
 #ifndef _ZYNOS_H
@@ -220,4 +215,7 @@ struct zyn_mmt_item {
 /* Atheros AR2318 based boards */
 #define ZYNOS_MODEL_NBG_318S           MID(59392)
 
+/* Atheros AR71xx based boards */
+#define ZYNOS_MODEL_NBG_460N           MID(61441)
+
 #endif /* _ZYNOS_H */