add libshared/libnvram and required includes under version control
authorFelix Fietkau <nbd@openwrt.org>
Mon, 7 Mar 2005 23:24:52 +0000 (23:24 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Mon, 7 Mar 2005 23:24:52 +0000 (23:24 +0000)
commit8ea093507e607d0fed3fe7dadac35b20d0f288b0
treeb008264aa19ff52aa5a8daf1d2feb090e8ef0b4f
parent979d44c54939837ddbbd3b852fa05493029591a9
add libshared/libnvram and required includes under version control

SVN-Revision: 344
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]