After using OpenWRT for years with almost 0 issues this is my workflow. weedy@HAF ~/projects/openwrt $ svn up . && make V=3 package/symlinks weedy@HAF ~/projects/openwrt $ cat configs/tl-wdr4300-home.config CONFIG_TARGET_ar71xx=y CONFIG_TARGET_ar71xx_generic=y CONFIG_TARGET_ar71xx_generic_TLWDR4300=y weedy@HAF ~/projects/openwrt $ cat configs/base-no-LUCI.config CONFIG_PACKAGE_bmon=y CONFIG_PACKAGE_darkstat=y CONFIG_PACKAGE_ddns-scripts=y CONFIG_PACKAGE_iftop=y CONFIG_PACKAGE_iperf=y CONFIG_PACKAGE_iptables-mod-conntrack-extra=y CONFIG_PACKAGE_iwinfo=y CONFIG_PACKAGE_kmod-ipt-conntrack-extra=y CONFIG_PACKAGE_miniupnpd=y CONFIG_PACKAGE_muninlite=y CONFIG_PACKAGE_qos-scripts=y CONFIG_PACKAGE_screen=y CONFIG_PACKAGE_tcpdump=y CONFIG_PACKAGE_uhttpd=y CONFIG_PACKAGE_wpad=y weedy@HAF ~/projects/openwrt $ cp -p configs/tl-wdr4300-home.config .config weedy@HAF ~/projects/openwrt $ cat configs/base-no-LUCI.config >> .config weedy@HAF ~/projects/openwrt $ make V=99 defconfig && nice -n 15 make V=s -j2
Forcing deps to be resolved every time I update SVN has removed all "well shit" moments from updates. You can add a "make V=99 oldconfig" after the package/symlinks if you want to see changes, but normally skimming over the svn output is enough to keep on top of things. Your "seed config" should be top level changes only. Do not add deps, just the packages you want in the final image. jow/mbm/nbd have done a very good job of making the build system resolve deps. Hope this makes your life easier. On Mon, Nov 18, 2013 at 7:55 PM, camden lindsay < [email protected]> wrote: > I found this must have been an error on my part. > I cleared everythign out and re-synced. > Somehow OpenWrt C Firewall had been cleared in my .config. > > Sorry for the disturbance. > Camden > > > On Sun, Nov 17, 2013 at 11:24 AM, camden lindsay < > [email protected]> wrote: > >> Hello- >> Has something changed with options during build required to have the >> firewall scripts in the base image? >> >> I built an image from trunk this morning to upgrade my router. >> I am not doing anything special in make menuconfig other than setting >> target system and profile. >> >> >> But once i do an mtd write of the image, there does not appear to be any >> configuration for the firewall in uci, (/etc/config) nor in startup scripts >> (/etc/init.d) >> >> root@OpenWrt:/tmp# mtd write -r >> openwrt-ar71xx-generic-wzr-hp-ag300h-squashfs-sysupgrade.bin firmware >> Unlocking firmware ... >> >> Writing from openwrt-ar71xx-generic-wzr-hp-ag300h-squashfs-sysupgrade.bin >> to firmware ... >> Rebooting ... >> Write failed: Broken pipe >> dylan@BigBox ~ $ telnet 192.168.1.1 >> Trying 192.168.1.1... >> Connected to 192.168.1.1. >> Escape character is '^]'. >> === IMPORTANT ============================ >> Use 'passwd' to set your login password >> this will disable telnet and enable SSH >> ------------------------------------------ >> >> >> BusyBox v1.19.4 (2013-11-17 08:55:26 PST) built-in shell (ash) >> Enter 'help' for a list of built-in commands. >> >> _______ ________ __ >> | |.-----.-----.-----.| | | |.----.| |_ >> | - || _ | -__| || | | || _|| _| >> |_______|| __|_____|__|__||________||__| |____| >> |__| W I R E L E S S F R E E D O M >> ----------------------------------------------------- >> BARRIER BREAKER (Bleeding Edge, r38840) >> ----------------------------------------------------- >> * 1/2 oz Galliano Pour all ingredients into >> * 4 oz cold Coffee an irish coffee mug filled >> * 1 1/2 oz Dark Rum with crushed ice. Stir. >> * 2 tsp. Creme de Cacao >> ----------------------------------------------------- >> root@OpenWrt:/# uci show firewall >> uci: Entry not found >> root@OpenWrt:/# uci show | grep firewall >> root@OpenWrt:/# >> root@OpenWrt:/# ls -l /etc/config >> -rw-r--r-- 1 root root 687 Nov 17 2013 6relayd >> -rw-r--r-- 1 root root 885 Nov 17 2013 dhcp >> -rw-r--r-- 1 root root 134 Nov 17 2013 dropbear >> -rw------- 1 root root 675 Jan 1 00:00 network >> -rw------- 1 root root 659 Jan 1 00:00 system >> -rw------- 1 root root 115 Jan 1 00:00 ubootenv >> -rw-r--r-- 1 root root 884 Jan 1 00:00 wireless >> root@OpenWrt:/# >> >> root@OpenWrt:/# ls -l /etc/init.d/ >> -rwxr-xr-x 1 root root 4096 Nov 17 2013 6relayd >> -rwxr-xr-x 1 root root 1988 Nov 16 2013 boot >> -rwxr-xr-x 1 root root 418 Nov 17 2013 cron >> -rwxr-xr-x 1 root root 318 May 14 2013 defconfig >> -rwxr-xr-x 1 root root 13151 Nov 17 2013 dnsmasq >> -rwxr-xr-x 1 root root 308 May 14 2013 done >> -rwxr-xr-x 1 root root 3920 Nov 17 2013 dropbear >> -rwxr-xr-x 1 root root 2015 May 14 2013 led >> -rwxr-xr-x 1 root root 1389 Nov 17 2013 log >> -rwxr-xr-x 1 root root 729 Nov 16 2013 network >> -rwxr-xr-x 1 root root 126 May 14 2013 sysctl >> -rwxr-xr-x 1 root root 742 Nov 17 2013 sysntpd >> -rwxr-xr-x 1 root root 926 Nov 17 2013 telnet >> -rwxr-xr-x 1 root root 102 May 14 2013 umount >> root@OpenWrt:/# >> >> What am I missing? >> >> Thank you >> Camden >> > > > _______________________________________________ > openwrt-devel mailing list > [email protected] > https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel > >
_______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
