Hello,
I want to install additional packages like dsniff because users should only access websites from an whitelist.
Some of these websites are SSL so I cannot use a proxy because I'm getting certificate errors.
I created topics but that doesn't brought me to my target:
[1] https://forum.openwrt.org/viewtopic.php?id=44559
[2] https://forum.openwrt.org/viewtopic.php?id=46694
I have installed the following image:
[3] http://downloads.openwrt.org/attitude_a … actory.img
But as you know the dsniff, libpcap and other packages are not on the feed but it is on the sources:
[4] http://downloads.openwrt.org/sources/
Package: dsniff
Version: 2.4b1-2
Depends: libpcap, libnids, libnet0, libopenssl, libgdbm
Source: /home/san1/tests/openwrt/packages/net/dsniff
Section: net
Priority: optional
Maintainer: OpenWrt Developers Team <openwrt-devel@openwrt.org>
Architecture: mipsel
Description: A collection of tools for betwork auditing and penetration testingI installed the buildroot on debian wheezy following this wiki site: [5] http://wiki.openwrt.org/doc/howto/buildroot.exigence
I applied the steps 1, 2, 4 and 5. On step 3 I did this:
cd ~/openwrt/trunk
./scripts/feeds update -aThen I searched and found the package dsniff with find ~/openwrt/trunk/ -name *dsniff*
/home/user/openwrt/trunk/tmp/info/.packageinfo-feeds_packages_dsniff
/home/user/openwrt/trunk/feeds/packages/net/dsniff
/home/user/openwrt/trunk/feeds/packages.tmp/info/.packageinfo-net_dsniff
/home/user/openwrt/trunk/package/feeds/packages/dsniffNow I have 2 possibilities:
1. compile the necessary packages, create an ipk and install it
2. select the necessary packages in make menuconfig and build an own image
For possiblility 1.: How to do this?
Normally I do this on the machine I work:
./configure
make
make installFor possiblility 2.: Where can I find the settings file with which the image [3] has been created so that I can load it in make menuconfig to be sure to build the same working image?
At the moment I cannot select dsniff in make menuconfig.
More ressources I found:
[6] http://wiki.openwrt.org/doc/howto/build
[7] http://wiki.openwrt.org/doc/devel/crosscompile
[8] https://forum.openwrt.org/viewtopic.php?id=24779
[9] https://forum.openwrt.org/viewtopic.php?id=20224
[10] http://wiki.openwrt.org/doc/howto/obtai … e.generate
[11] http://hanez.org/openwrt-building-softw … kages.html
(Last edited by blueice_haller on 14 Oct 2013, 15:29)
