Hi all,
I need help to make a package that incorporates two file (that are not source files) and 1 link. I ve to do it for RB532A. I was following BuildingPackagesHowTo at http://wiki.openwrt.org/BuildingPackage … ackages%29, but I was unable to compile it. Any suggestions/help will be highly appreciated. By the way I am using OpenWrt-SDK-rb532-2.6-for-Linux-x86_64. When i make clean && make world i get the following errors
make clean && make world V=99
make package/compile
make[1]: Entering directory `/home/waqas/Desktop/OpenWrt-SDK-rb532-2.6-for-Linux-x86_64'
make -C package compile SDK=1
make[2]: Entering directory `/home/waqas/Desktop/OpenWrt-SDK-rb532-2.6-for-Linux-x86_64/package'
make[2]: *** No rule to make target `compile'. Stop.
make[2]: Leaving directory `/home/waqas/Desktop/OpenWrt-SDK-rb532-2.6-for-Linux-x86_64/package'
make[1]: *** [package/compile] Error 2
make[1]: Leaving directory `/home/waqas/Desktop/OpenWrt-SDK-rb532-2.6-for-Linux-x86_64'
make: *** [world] Error 2
Thanks in advance.