applications: add luci-app-opkg
authorJo-Philipp Wich <jo@mein.io>
Wed, 14 Nov 2018 08:53:15 +0000 (09:53 +0100)
committerJo-Philipp Wich <jo@mein.io>
Wed, 14 Nov 2018 19:46:04 +0000 (20:46 +0100)
commitaa2e0e2488f52b2b0acd1746ee13c7f51377f757
tree94cc94453abdc693e4499af528c6d662143a3d64
parent520a6add526fe6ed0a0da4ce42070e2456e71fa2
applications: add luci-app-opkg

Add a new luci-app-opkg which is a feature-complete replacement for the
builtin opkg functionality of luci-mod-system using mostly client side
JavaScript to reduce the amount of server side processing.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
30 files changed:
applications/luci-app-opkg/Makefile [new file with mode: 0644]
applications/luci-app-opkg/luasrc/controller/opkg.lua [new file with mode: 0644]
applications/luci-app-opkg/luasrc/view/opkg.htm [new file with mode: 0644]
applications/luci-app-opkg/po/ca/opkg.po [new file with mode: 0644]
applications/luci-app-opkg/po/cs/opkg.po [new file with mode: 0644]
applications/luci-app-opkg/po/de/opkg.po [new file with mode: 0644]
applications/luci-app-opkg/po/el/opkg.po [new file with mode: 0644]
applications/luci-app-opkg/po/en/opkg.po [new file with mode: 0644]
applications/luci-app-opkg/po/es/opkg.po [new file with mode: 0644]
applications/luci-app-opkg/po/fr/opkg.po [new file with mode: 0644]
applications/luci-app-opkg/po/he/opkg.po [new file with mode: 0644]
applications/luci-app-opkg/po/hu/opkg.po [new file with mode: 0644]
applications/luci-app-opkg/po/it/opkg.po [new file with mode: 0644]
applications/luci-app-opkg/po/ja/opkg.po [new file with mode: 0644]
applications/luci-app-opkg/po/ko/opkg.po [new file with mode: 0644]
applications/luci-app-opkg/po/ms/opkg.po [new file with mode: 0644]
applications/luci-app-opkg/po/no/opkg.po [new file with mode: 0644]
applications/luci-app-opkg/po/pl/opkg.po [new file with mode: 0644]
applications/luci-app-opkg/po/pt-br/opkg.po [new file with mode: 0644]
applications/luci-app-opkg/po/pt/opkg.po [new file with mode: 0644]
applications/luci-app-opkg/po/ro/opkg.po [new file with mode: 0644]
applications/luci-app-opkg/po/ru/opkg.po [new file with mode: 0644]
applications/luci-app-opkg/po/sk/opkg.po [new file with mode: 0644]
applications/luci-app-opkg/po/sv/opkg.po [new file with mode: 0644]
applications/luci-app-opkg/po/templates/opkg.pot [new file with mode: 0644]
applications/luci-app-opkg/po/tr/opkg.po [new file with mode: 0644]
applications/luci-app-opkg/po/uk/opkg.po [new file with mode: 0644]
applications/luci-app-opkg/po/vi/opkg.po [new file with mode: 0644]
applications/luci-app-opkg/po/zh-cn/opkg.po [new file with mode: 0644]
applications/luci-app-opkg/po/zh-tw/opkg.po [new file with mode: 0644]