Ansuel / GUI_ipk

5 stars 2 forks source link

Question about opkg.conf #8

Open nclmrc opened 4 years ago

nclmrc commented 4 years ago

@Ansuel in my DGA4132 I have kernel 4.1 and this is my opkg.conf

_dest root / dest ram /tmp lists_dir ext /var/opkg-lists option overlay_root /overlay arch all 100 arch arm_cortex-a9 200 arch arm_cortex-a9_neon 300 src/gz chaos_calmer_base https://raw.githubusercontent.com/Ansuel/GUI_ipk/kernel-4.1/base src/gz chaos_calmer_packages https://raw.githubusercontent.com/Ansuel/GUI_ipk/kernel-4.1/packages src/gz chaos_calmer_luci https://raw.githubusercontent.com/Ansuel/GUI_ipk/kernel-4.1/luci src/gz chaos_calmer_routing https://raw.githubusercontent.com/Ansuel/GUI_ipk/kernel-4.1/routing src/gz chaos_calmer_telephony https://raw.githubusercontent.com/Ansuel/GUI_ipk/kernel-4.1/telephony src/gz chaos_calmer_core https://raw.githubusercontent.com/Ansuel/GUI_ipk/kernel-4.1/target/packages_

Why you add this:

_arch all 100 arch brcm63xx 200 arch brcm63xx-tch 300 arch armcortex-a9 400

nclmrc commented 4 years ago

Screenshot_20200202-195004_JuiceSSH

nutterthanos commented 4 years ago

Why you add this:

arch all 100 arch brcm63xx 200 arch brcm63xx-tch 300 arch arm_cortex-a9 400

Well if you added this repo without: arch all 100 arch brcm63xx 200 arch brcm63xx-tch 300 arch arm_cortex-a9 400 It will come up with non valid architecture errors when you run opkg update or try to install something from this repo and also without it won't let you install anything from this repo. So i would recommend not to remove above.

nclmrc commented 4 years ago

I have this repo with Ansuel GUI with the repo that you see in my opkg.conf file and it works

nutterthanos commented 4 years ago

well then issue closed then