Hi, I recently compiled my own version of 12.09 AA in order to include some patches that were not in the current build, but I have a few questions and problems so far.
I have successfully compiled and flashed a copy of my compiled ax71xx generic firmware for the wr703n target, but I have a few problems with packages. I noticed that when I tried to `opkg update` that there was no 12.09.1 package repository and I've read online that you can switch it to the normal 12.09 package repository and it should work. So trying this I edited the `/etc/opkg.conf` file to change the repo directory to 12.09 and I updated fine, but when I tried to install packages I get `satisfy_dependencies_for` errors:
root@OpenWrt:~# opkg install kmod-fs-ext4 kmod-usb-storage
Installing kmod-fs-ext4 (3.3.8-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/ar71xx/generic/packages/kmod-fs-ext4_3.3.8-1_ar71xx.ipk.
Installing kmod-usb-storage (3.3.8-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/ar71xx/generic/packages/kmod-usb-storage_3.3.8-1_ar71xx.ipk.
Collected errors:
* satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-fs-ext4:
* kernel (= 3.3.8-1-d6597ebf6203328d3519ea3c3371a493) * kernel (= 3.3.8-1-d6597ebf6203328d3519ea3c3371a493) *
* opkg_install_cmd: Cannot install package kmod-fs-ext4.
* satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-usb-storage:
* kernel (= 3.3.8-1-d6597ebf6203328d3519ea3c3371a493) * kernel (= 3.3.8-1-d6597ebf6203328d3519ea3c3371a493) *
* opkg_install_cmd: Cannot install package kmod-usb-storage.
I did some reading and this is because the kmod packages were not compiled for this newer kernel so they fail to install.
So my question is, how do you compile your own packages to use with the 12.09.1 AA r40431 openwrt for use on the tplink wr703n router.
Also when compiling openwrt I was a bit confused about the feeds and `base system` menu in `make menuconfig`. If someone could explain those to me as well I would love it (is there any settings or anything I should set for the wr703n other than the target profile?).
Also will I get this error for every package or just kernel packages? Should I just compile every package myself and setup my own repository (me and a group of people need working packages), if so how can I go about compiling all the packages/kernel modules and put them into a repo. Also note, I don't want to have the kernel modules or packages built into the firmware as the wr703n has limited space.
Thank you for any help!
(Last edited by abduct on 13 May 2014, 00:40)