add libshared/libnvram and required includes under version control
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 7 Mar 2005 23:24:52 +0000 (23:24 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 7 Mar 2005 23:24:52 +0000 (23:24 +0000)
commitc229f01403b59a4e95f39c8ae9b8b5e143baad37
treeb008264aa19ff52aa5a8daf1d2feb090e8ef0b4f
parent570e1f34cce49334a6006176fce7d67d293059ae
add libshared/libnvram and required includes under version control

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@344 3c298f89-4303-0410-b956-a3cf2f4a3e73
26 files changed:
openwrt/package/openwrt/Config.in [deleted file]
openwrt/package/openwrt/Makefile
openwrt/package/openwrt/include/bcmnvram.h [new file with mode: 0644]
openwrt/package/openwrt/include/bcmutils.h [new file with mode: 0644]
openwrt/package/openwrt/include/cy_conf.h [new file with mode: 0644]
openwrt/package/openwrt/include/epivers.h [new file with mode: 0644]
openwrt/package/openwrt/include/proto/802.11.h [new file with mode: 0644]
openwrt/package/openwrt/include/proto/ethernet.h [new file with mode: 0644]
openwrt/package/openwrt/include/shutils.h [new file with mode: 0644]
openwrt/package/openwrt/include/typedefs.h [new file with mode: 0644]
openwrt/package/openwrt/include/utils.h [new file with mode: 0644]
openwrt/package/openwrt/include/wlioctl.h [new file with mode: 0644]
openwrt/package/openwrt/include/wlutils.h [new file with mode: 0644]
openwrt/package/openwrt/libnvram/Makefile [new file with mode: 0644]
openwrt/package/openwrt/libnvram/main.c [new file with mode: 0644]
openwrt/package/openwrt/libnvram/nvram_convert.c [new file with mode: 0644]
openwrt/package/openwrt/libnvram/nvram_convert.h [new file with mode: 0644]
openwrt/package/openwrt/libnvram/nvram_linux.c [new file with mode: 0644]
openwrt/package/openwrt/libshared/Makefile [new file with mode: 0644]
openwrt/package/openwrt/libshared/bcmtimer.h [new file with mode: 0644]
openwrt/package/openwrt/libshared/defaults.c [new file with mode: 0644]
openwrt/package/openwrt/libshared/linux_timer.c [new file with mode: 0644]
openwrt/package/openwrt/libshared/shutils.c [new file with mode: 0644]
openwrt/package/openwrt/libshared/wl.c [new file with mode: 0644]
openwrt/package/openwrt/libshared/wl_linux.c [new file with mode: 0644]
openwrt/package/openwrt/openwrt.mk [deleted file]