battlemesh / battlemesh-packages

A set of OpenWRT packages (feed) to be used in the WBM events
GNU General Public License v2.0
8 stars 4 forks source link

make an own opkg-repository, that will not be updated over time #8

Open FreifunkUFO opened 11 years ago

FreifunkUFO commented 11 years ago

when firmware is some weeks old its sometimes impossible to install packages. (because these we updated, new kernel...)

so maybe we should use http://firmware.leipzig.freifunk.net/battlemesh/20130523/ar71/packages/ or some space at http://fw.qmp...? and set it inside the firmware.. do we build all packages by ourself?

FreifunkUFO commented 11 years ago

at the moment my firmware images are at http://rund.freifunk.net:8006/wbm6/20130523/ar71xx/

FreifunkUFO commented 11 years ago

hm, doesnt work for me :-( neither with my own package-repository:

opkg update Downloading http://downloads.openwrt.org/snapshots/trunk/ar71xx/packages/Packages.gz. Updated list of available packages in /var/opkg-lists/barrier_breaker. Downloading http://rund.freifunk.net:8006/wbm6/20130606/ar71xx/packages//Packages. Updated list of available packages in /var/opkg-lists/ss. root@wbm-bfca:~# opkg search kmod-video-uvc root@wbm-bfca:~# opkg list | grep kmod-video-uvc kmod-video-uvc - 3.8.13-1 - Kernel modules for supporting USB Video Class (UVC) devices. root@wbm-bfca:~# opkg install kmod-video-uvc Installing kmod-video-uvc (3.8.13-1) to root... Downloading http://rund.freifunk.net:8006/wbm6/20130606/ar71xx/packages//kmod-video-uvc_3.8.13-1_ar71xx.ipk. Collected errors:

FreifunkUFO commented 11 years ago

same with freshly built firmware:

root@wbm-5ea2:~# opkg update Downloading http://rund.freifunk.net:8006/wbm6/20130607/ar71xx/packages//Packages. Updated list of available packages in /var/opkg-lists/sas. root@wbm-5ea2:~# opkg install kmod-video-uvc Installing kmod-video-uvc (3.8.13-1) to root... Downloading http://rund.freifunk.net:8006/wbm6/20130607/ar71xx/packages//kmod-video-uvc_3.8.13-1_ar71xx.ipk. Collected errors:

FreifunkUFO commented 11 years ago

and with normal trunk packages too:

root@wbm-5ea2:~# vi /etc/opkg.conf root@wbm-5ea2:~# opkg update Downloading http://downloads.openwrt.org/snapshots/trunk/ar71xx/packages/Packages.gz. Updated list of available packages in /var/opkg-lists/barrier_breaker. root@wbm-5ea2:~# opkg install kmod-video-uvc Installing kmod-video-uvc (3.8.13-1) to root... Downloading http://downloads.openwrt.org/snapshots/trunk/ar71xx/packages/kmod-video-uvc_3.8.13-1_ar71xx.ipk. Collected errors:

FreifunkUFO commented 10 years ago

still the same problem.. i tried to add kmod-video-uvc to the config-file.. but these kernel-mods are not built :-(