luci: Remove jsmin from luci and use the jsmin Python module instead.
authorRISCi_ATOM <bob@bobcall.me>
Thu, 30 Sep 2021 21:11:38 +0000 (17:11 -0400)
committerRISCi_ATOM <bob@bobcall.me>
Thu, 30 Sep 2021 21:11:38 +0000 (17:11 -0400)
commit88f9234e9aa1e3a81161c32d4e60beb96cdb2c20
tree096c81d568c37ce1ca1fd48eb1b1a87b51d2628d
parent98e10c563ced316732a02e9f6403a5f5e9643f5f
luci: Remove jsmin from luci and use the jsmin Python module instead.

The project is being forced to remove jsmin from luci due to it being under the infamous JSON license.
This commit removes jsmin and, as a result, the jsmin Python module will need to be installed
in order to build libreCMC / luci.
include/prereq-build.mk
package/luci/luci.mk
package/luci/modules/luci-base/Makefile
package/luci/modules/luci-base/src/Makefile
package/luci/modules/luci-base/src/jsmin.c [deleted file]