diff options
Diffstat (limited to 'package/openwrt')
-rw-r--r-- | package/openwrt/mtd.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/openwrt/mtd.c b/package/openwrt/mtd.c index 851f26628..f0c127b72 100644 --- a/package/openwrt/mtd.c +++ b/package/openwrt/mtd.c @@ -19,6 +19,8 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * * $Id$ + * + * code is based on linux-mtd example code */ #include <limits.h> |