diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-07-24 19:58:14 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-07-24 19:58:14 +0000 |
commit | b401d50c8b3b367ea61af8fdf2ce44440a51a3a8 (patch) | |
tree | 2127b232ba8b642de1105e7cc7f0d1c60563c4bf /openwrt/package/nvram/src/nvram_convert.h | |
parent | 29313d8ecfcd32a92d5e3501baf3036c863ff91a (diff) |
move wificonf and nvram stuff back to package/, remove build_mipsel/root, run install part of package/ for every board/kernel - fixes dependency mess
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1540 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/nvram/src/nvram_convert.h')
-rw-r--r-- | openwrt/package/nvram/src/nvram_convert.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/openwrt/package/nvram/src/nvram_convert.h b/openwrt/package/nvram/src/nvram_convert.h new file mode 100644 index 0000000000..70e12327d1 --- /dev/null +++ b/openwrt/package/nvram/src/nvram_convert.h @@ -0,0 +1,7 @@ + +struct nvram_convert { + char *name; + char *wl0_name; + char *d11g_name; +}; + |