Feel free to use this scripts for preparing Debian base system. Just replace "mipsel" with "armel".I'll give it a test this weekend.
Feel free to use this scripts for preparing Debian base system. Just replace "mipsel" with "armel".I'll give it a test this weekend.
Got it working on stock Ac68u ARM
Strange thing is that the included packages like "mc" aren't installed and are all in /var/cache/apt/archives
The way i got them installed now is by doing a dkpg -i --force-all *.deb in that folder.
Ryzhov_al, do you know how to solve this or am i doing something stupid here?
Sent from my GT-I9505 using Tapatalk
Full Debian Weezy for AC68U.
Chroot for AC68U
https://www.dropbox.com/s/i2fdsb437x3sm1l/chroot
Debain Weezy for AC68U.
https://www.dropbox.com/s/8giep5kkofj20gm/debian-wheezy-arm.tgz
Full Debian Weezy for AC68U.
Chroot for AC68U
https://www.dropbox.com/s/i2fdsb437x3sm1l/chroot
Debain Weezy for AC68U.
https://www.dropbox.com/s/8giep5kkofj20gm/debian-wheezy-arm.tgz
What is the purpose of chroot for ac68u?
Downloading weezy and entering with
mount -o bind /dev/ <folder>/debian/dev/
mount -o bind /proc/ <folder>/debian/proc/
mount -o bind /sys/ <folder>/debian/sys/
It's not enough? or should copy to some other place?
But where should I put chroot file? https://www.dropbox.com/s/i2fdsb437x3sm1l/chroot
A new version I've been building for the AC68/AC56 (ARM)
What's been done :
- Full Base of "Wheezy" (instead of minimal)
- Repository added
- resolve.conf using 8.8.8.8
- mc included
- Cleaned installed deb's after debootstrap second stage
- "Colors" so ls is showing differences for folder executables etc.. and MC in color and mouse support + key mappings.
https://www.dropbox.com/s/f8es9x1x6zuekgm/debian-wheezy-fullbase-arm.tgz
/tmp/mnt/$MYROUTER/entware/bin/wget --no-check-certificate https://
/tmp/mnt/$MYROUTER/debian/usr/bin/wget --no-check-certificate https://
chroot /tmp/mnt/$MYROUTER/debian /usr/bin/wget --no-check-certificate https://
First a big thanks to you and members ryzhov_al and TeHashX for providing this...
I have just acquired an RT-AC56 and on the RT-N66U I installed Entware to exploit the wget that supports:
Code:/tmp/mnt/$MYROUTER/entware/bin/wget --no-check-certificate https://
Native Optware ARM version of wget on the RT-AC56U doesn't support the above, so it looked like the RT-N56U was going in the bin!
It did seem to be a little over the top installing a new distro in an attempt to address the wget issue, but it was surprisingly easy to install Debian, and installing wget under debian does show that https:// support is there.
However, what is the best way to modify my script to call the Debian version of wget?
i.e. simply changing the script to:
Code:/tmp/mnt/$MYROUTER/debian/usr/bin/wget --no-check-certificate https://
doesn't work...but I'm probably being dumb!
Regards,
Try to remove the "s" letter from https
Sent from my HTC One using Tapatalk
First a big thanks to you and members ryzhov_al and TeHashX for providing this...
I have just acquired an RT-AC56 and on the RT-N66U I installed Entware to exploit the wget that supports:
Code:/tmp/mnt/$MYROUTER/entware/bin/wget --no-check-certificate https://
Native Optware ARM version of wget on the RT-AC56U doesn't support the above, so it looked like the RT-N56U was going in the bin!
It did seem to be a little over the top installing a new distro in an attempt to address the wget issue, but it was surprisingly easy to install Debian, and installing wget under debian does show that https:// support is there.
However, what is the best way to modify my script to call the Debian version of wget?
i.e. simply changing the script to:
Code:/tmp/mnt/$MYROUTER/debian/usr/bin/wget --no-check-certificate https://
doesn't work...but I'm probably being dumb!
/EDIT
Anyway if I took the time to properly read and comprehend the informative posts by ryzhov_al, it is documented.
Changed the script to:
All is good (apart from RT-AC56U LEDS can be requested to go OFF either by cron script or GUI, but cannot be made to come back on without a reboot)Code:chroot /tmp/mnt/$MYROUTER/debian /usr/bin/wget --no-check-certificate https://
Guess I'll keep the RT-AC56U for now! but since I require the 3G USB Modem failover, I'm going to miss the perk of its internal SDCard and it is going to be really hard to relegate the RT-N66U to AP duties
Regards,
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!