package/Makefile & ipkg-make-index.sh: add full package data list
authorAlberto Bursi <alberto.bursi@outlook.it>
Sat, 24 Dec 2016 12:32:26 +0000 (13:32 +0100)
committerFelix Fietkau <nbd@nbd.name>
Mon, 26 Dec 2016 10:17:33 +0000 (11:17 +0100)
commitc24172cad1e66412b287cf49809d363e10acb1c5
treec039f023ffe56dfac099410997c479dedac4a0fe
parent4c4047ec19edcaf39ec83728904d1081bf848894
package/Makefile & ipkg-make-index.sh: add full package data list

The external script used to generate the package lists for the
LEDE wiki's table of packages [1] and package indexes [2] requires
a "Source:" field in the package lists to find package makefiles.
The package makefiles are used to read the package's Category and Submenu.

The "Source:" field was removed in commit
b4aa3c899cbf1f81cd8a1ea197481ac84a9d646e
to reduce package list sizes and lessen opkg issues in low ram devices.

Add a separate package list file with full data to be used by the wiki's script.
It's called Packages.manifest and isn't compressed as it's not necessary.

1. https://lede-project.org/packages/start
2. https://lede-project.org/packages/index/start

Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
package/Makefile
scripts/ipkg-make-index.sh