gwlim / openwrt-sfe-flowoffload-ath79

Openwrt firmware with SFE and FlowOffload
200 stars 24 forks source link

usign missing #137

Closed cybik closed 4 years ago

cybik commented 4 years ago

When running opkg update from command line, openwrt complains with usign: not found.

You might want to pull in https://openwrt.org/packages/pkgdata/usign when building the bins.

cybik commented 4 years ago

The fix is to manually obtain the package from https://downloads.openwrt.org/snapshots/packages/mipsel_24kc/base/ , install it using console, then opkg update. This looks like it works, a bit.

Zsolteeca commented 4 years ago

So in Luci can't you install any package?

cybik commented 4 years ago

Not until I installed the package manually.

Zsolteeca commented 4 years ago

But I would like to install luci-app images and I got the code 255 error code For example.. "pkg_init_from_file: Failed to extract control file from https://downloads.openwrt.org/snapshots/packages/mips_24kc/luci/luci-app-simple-adblock_git-20.174.75173-8ff50bf_all.ipk."

You? Can you install these packages to Luci?

cybik commented 4 years ago

After I manually downloaded usign using the url https://downloads.openwrt.org/snapshots/packages/mipsel_24kc/base/usign_2020-05-23-f1f65026-1_mipsel_24kc.ipk , then scp'd it to my device and installed it, I could run opkg update and download other packages again.

cybik commented 4 years ago

WNDRMACv2. It's one of the newest additions to the mix.

I also have a quirky configuration and needed to add a bunch of packages before uhttpd even showed up XD

Zsolteeca commented 4 years ago

Sorry I have just installed some packages from luci-app branch.. So I don't know what kind of components does the base section require...

gwlim commented 4 years ago

It is to save space by not installing usign I disable signing in opkg.conf the reason why you face this is you probably restored config from backup including opkg.conf

cybik commented 4 years ago

Indeed I have.