On Sun, Feb 9, 2014 at 5:54 AM, Steven Haigh <net...@crc.id.au> wrote:
> Is there any further news on this? > > Its obviously helping some people - so the question is why? > > -- > Steven Haigh > > Email: net...@crc.id.au > Web: https://www.crc.id.au > Phone: (03) 9001 6090 - 0412 935 897 > Fax: (03) 8338 0299 > > > _______________________________________________ > openwrt-devel mailing list > openwrt-devel@lists.openwrt.org > https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel > > I just flashed r39535 without modifying any code. I've attached my build procedure: build_mynet.txt: commands issued to retrieve source code and then take necessary steps to build build_config_mynet.txt: I have a pre-determined set of packages I always like to include. I just copy this file into the (as you will see in the build_mynet.txt) and let make defconfig work its magic. So far, I haven't seen any issues with my routers not seeing any clients or vice versa. I run my WiFi as follows (country US): 2.4GHz Channel 3 HT40+ (noscan enabled) 5GHz Channel 149 HT40+ (noscan enabled) I have two N750s as I've stated. None of them exhibit any issues. I am still stumped as to the code in 613-MIPS-ath79-add-ath79_wmac_setup_ext_lna_gpio-helper.patch (Line 28): err = gpio_request_one(gpio, GPIOF_DIR_OUT | *GPIOF_INIT_LOW*, label); Only one who can solve this mystery is Gabor since he refactored the code and added this patch to initialize that particular GPIO with those flags. Thanks, Chirag
CONFIG_TARGET_ar71xx=y CONFIG_TARGET_ar71xx_generic=y CONFIG_TARGET_ar71xx_generic_MYNETN750=y CONFIG_IMAGEOPT=y CONFIG_PREINITOPT=y CONFIG_PACKAGE_block-mount=y CONFIG_BUSYBOX_CUSTOM=y CONFIG_BUSYBOX_CONFIG_WHOAMI=y CONFIG_PACKAGE_wireless-tools=y CONFIG_PACKAGE_kmod-scsi-generic=y CONFIG_PACKAGE_kmod-fs-ext4=y CONFIG_PACKAGE_kmod-fs-ntfs=y CONFIG_PACKAGE_kmod-fs-vfat=y CONFIG_PACKAGE_kmod-ledtrig-usbdev=y CONFIG_PACKAGE_kmod-nls-cp437=y CONFIG_PACKAGE_kmod-nls-cp850=y CONFIG_PACKAGE_kmod-nls-iso8859-1=y CONFIG_PACKAGE_kmod-nls-utf8=y CONFIG_PACKAGE_kmod-usb-ohci=y CONFIG_PACKAGE_kmod-usb-storage-extras=y CONFIG_PACKAGE_kmod-usb-uhci=y CONFIG_ATH_USER_REGD=y CONFIG_PACKAGE_luci=y CONFIG_PACKAGE_luci-ssl=y CONFIG_PACKAGE_luci-app-ddns=y CONFIG_PACKAGE_luci-app-ntpc=y CONFIG_PACKAGE_luci-app-upnp=y CONFIG_PACKAGE_luci-theme-openwrt=y CONFIG_PACKAGE_luci-sgi-uhttpd=y CONFIG_PACKAGE_openssh-sftp-server=y CONFIG_PACKAGE_asterisk11=y CONFIG_PACKAGE_asterisk11-chan-motif=y CONFIG_PACKAGE_asterisk11-codec-alaw=y CONFIG_PACKAGE_asterisk11-codec-g722=y CONFIG_PACKAGE_asterisk11-codec-gsm=y CONFIG_PACKAGE_asterisk11-codec-ulaw=y CONFIG_PACKAGE_asterisk11-func-cut=y CONFIG_PACKAGE_asterisk11-func-db=y CONFIG_PACKAGE_asterisk11-res-srtp=y CONFIG_PACKAGE_asterisk11-res-xmpp=y CONFIG_PACKAGE_asterisk11-sounds=y CONFIG_PACKAGE_yate=y CONFIG_PACKAGE_yate-mod-accfile=y CONFIG_PACKAGE_yate-mod-gvoice=y CONFIG_PACKAGE_yate-mod-jabberclient=y CONFIG_PACKAGE_yate-mod-jbfeatures=y CONFIG_PACKAGE_yate-mod-openssl=y CONFIG_PACKAGE_yate-mod-regexroute=y CONFIG_PACKAGE_yate-mod-regfile=y CONFIG_PACKAGE_yate-mod-rmanager=y CONFIG_PACKAGE_yate-mod-sipfeatures=y CONFIG_PACKAGE_yate-mod-tonegen=y CONFIG_PACKAGE_yate-mod-yjinglechan=y CONFIG_PACKAGE_yate-mod-yrtpchan=y CONFIG_PACKAGE_yate-mod-ysipchan=y CONFIG_PACKAGE_yate-mod-ystunchan=y CONFIG_PACKAGE_yate-sounds=y CONFIG_PACKAGE_e2fsprogs=y CONFIG_PACKAGE_ntfs-3g=y CONFIG_PACKAGE_blkid=y CONFIG_PACKAGE_fdisk=y CONFIG_PACKAGE_swap-utils=y # CONFIG_PACKAGE_coreutils is not set # CONFIG_PACKAGE_coreutils-whoami is not set CONFIG_PACKAGE_usbutils=y CONFIG_PACKAGE_uboot-ar71xx-nbg460n_550n_550nh=y
git clone git://git.openwrt.org/openwrt.git mynet && \ cd mynet && \ ./scripts/feeds update -a && \ ./scripts/feeds install -a && \ cp ~/diskstation/router/configs/build_config_mynet.txt .config && \ make defconfig && \ grep = .config | sort > ~/mynet.txt.new && \ date && \ ionice -c 3 nice -n19 make -j 5 && \ date && \ cp bin/ar71xx/openwrt-ar71xx-generic-mynet-n750-squashfs-* ~/diskstation/router/builds
_______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel