ipkg:
	rm -rf dist
	mkdir -p dist/CONTROL
	cp control1 dist/CONTROL/control
	ipkg-build dist

