24 | | touch /etc/opkg/all-feed.conf src/gz all https://repo.adc-line.ru/sw-01/ipk/all |
25 | | touch /etc/opkg/armv5te-feed.conf src/gz armv5te https://repo.adc-line.ru/sw-01/ipk/armv5te |
26 | | touch /etc/opkg/at91sam9g20ek-feed.conf src/gz at91sam9g20ek https://repo.adc-line.ru/sw-01/ipk/at91sam9g20ek |
| 24 | echo 'src/gz all https://repo.adc-line.ru/sw-01/ipk/all' > /etc/opkg/all-feed.conf |
| 25 | echo 'src/gz armv5te https://repo.adc-line.ru/sw-01/ipk/armv5te' > /etc/opkg/armv5te-feed.conf |
| 26 | echo 'src/gz at91sam9g20ek https://repo.adc-line.ru/sw-01/ipk/at91sam9g20ek' > /etc/opkg/at91sam9g20ek-feed.conf |