X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/af97f0b8dcf1a64d2a49c41eaa4e534eff510939..8838bdcc69e05bebc7fbbf019cdfdd405b8337f2:/tools/firmware-utils/src/zynos.h 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 */