X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/af97f0b8dcf1a64d2a49c41eaa4e534eff510939..bee264713c3605130894f9eb4c166d7f729a25a7:/tools/firmware-utils/src/zynos.h?ds=inline diff --git a/tools/firmware-utils/src/zynos.h b/tools/firmware-utils/src/zynos.h index aa25deb47..aaf0fc8a7 100644 --- a/tools/firmware-utils/src/zynos.h +++ b/tools/firmware-utils/src/zynos.h @@ -1,5 +1,4 @@ /* - * $Id$ * * Copyright (C) 2007-2008 OpenWrt.org * Copyright (C) 2007-2008 Gabor Juhos @@ -220,4 +219,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 */