OpenWRT port for ipfw and dummynet.
I am testing configuration files and scripts to configure
dummynet safely, they will be integrated when ready.
This is the tar file to be placed on the OPENWRT compilation directory:
- Download the openwrt sources: # wget "http://downloads.openwrt.org/kamikaze/8.09.1/kamikaze_8.09.1_source.tar.bz2" - extract the source from the tgz, and enter the openwrt main directory - make the toolchain and configure the target # make; make menuconfig - I used as target system "Atheros AR71xx [2.6]" (CONFIG_TARGET_ar71xx=y) - Add the ipfw directory to the packages # cd packages # wget "http://info.iet.unipi.it/~marta/dummynet/OPENWRT/ipfw3-OWRT-20110810.tar" # tar xvf ./ipfw3-OWRT-20110810.tar # rm ./ipfw3-OWRT-20110810.tar # cd .. - Enable the ipfw compilation # make menuconfig - search for ipfw using: - /ipfw - then enable ipfw kernel and user space, exite and save # makeUnfortunately I have no devices to test the resulting package. For any kind of compilation issue, please use my gmail address.