v10lator wrote:First off I'm wondering what to set as target for the builder, simply ar71xx or something special?
Yes, you should select (in make menuconfig):
Select your platform for Target System (Atheros AR71xx) Target System (Atheros AR7xxx/AR9xxx) --->
Target Profile (TP-LINK TL-WR1043N/ND) --->
Then other packages and Luci install --->
...
(by default you have no Luci setup)
v10lator wrote:Second anything to note while configuring except defconfig?
As i said by default you have no Luci setup.
To add web access Luci must be added, LuCI -> collection -> select luci
If you have no LuCI in menuconfig then you must install feeds of packages:
./scripts/feeds update -a
./scripts/feeds install luci
If you want additional feeds you can install all of them:
./scripts/feeds update -a
./scripts/feeds install -a
Then put again:
v10lator wrote:Then I wonder if it's still needet to have anything in squashfs or if flashing the patched kernel is enough (chaos calmer) and if flashing the kernel is enough: Is that possible without reflashing squashfs/jffs2 ?
Yes, in theory you can do it without any consequences.
Keep in mind that there sysupgrade images for that.
But in my experience, I know that it is not all the saves that should be (if we using internal sysupgrade resources).
(Last edited by Deoptim on 12 Apr 2016, 19:21)