px5g: rename the old package to px5g-standalone, add a new one that links against...
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 21 Mar 2014 15:55:23 +0000 (15:55 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 21 Mar 2014 15:55:23 +0000 (15:55 +0000)
commitc77e0fdfaa9724460efd8bd07f718fe8d186dfcb
tree90ed8df156dbfda6100ace3391cc2439acb8b83f
parentf6faac0a2ad048cec1bf1a00d31c266c41e3d5c7
px5g: rename the old package to px5g-standalone, add a new one that links against polarssl

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40000 3c298f89-4303-0410-b956-a3cf2f4a3e73
39 files changed:
package/utils/px5g-standalone/Makefile [new file with mode: 0644]
package/utils/px5g-standalone/src/Makefile [new file with mode: 0644]
package/utils/px5g-standalone/src/library/base64.c [new file with mode: 0644]
package/utils/px5g-standalone/src/library/bignum.c [new file with mode: 0644]
package/utils/px5g-standalone/src/library/havege.c [new file with mode: 0644]
package/utils/px5g-standalone/src/library/rsa.c [new file with mode: 0644]
package/utils/px5g-standalone/src/library/sha1.c [new file with mode: 0644]
package/utils/px5g-standalone/src/library/timing.c [new file with mode: 0644]
package/utils/px5g-standalone/src/library/x509write.c [new file with mode: 0644]
package/utils/px5g-standalone/src/polarssl/base64.h [new file with mode: 0644]
package/utils/px5g-standalone/src/polarssl/bignum.h [new file with mode: 0644]
package/utils/px5g-standalone/src/polarssl/bn_mul.h [new file with mode: 0644]
package/utils/px5g-standalone/src/polarssl/config.h [new file with mode: 0644]
package/utils/px5g-standalone/src/polarssl/havege.h [new file with mode: 0644]
package/utils/px5g-standalone/src/polarssl/rsa.h [new file with mode: 0644]
package/utils/px5g-standalone/src/polarssl/sha1.h [new file with mode: 0644]
package/utils/px5g-standalone/src/polarssl/timing.h [new file with mode: 0644]
package/utils/px5g-standalone/src/polarssl/x509.h [new file with mode: 0644]
package/utils/px5g-standalone/src/px5g.c [new file with mode: 0644]
package/utils/px5g/Makefile
package/utils/px5g/px5g.c [new file with mode: 0644]
package/utils/px5g/src/Makefile [deleted file]
package/utils/px5g/src/library/base64.c [deleted file]
package/utils/px5g/src/library/bignum.c [deleted file]
package/utils/px5g/src/library/havege.c [deleted file]
package/utils/px5g/src/library/rsa.c [deleted file]
package/utils/px5g/src/library/sha1.c [deleted file]
package/utils/px5g/src/library/timing.c [deleted file]
package/utils/px5g/src/library/x509write.c [deleted file]
package/utils/px5g/src/polarssl/base64.h [deleted file]
package/utils/px5g/src/polarssl/bignum.h [deleted file]
package/utils/px5g/src/polarssl/bn_mul.h [deleted file]
package/utils/px5g/src/polarssl/config.h [deleted file]
package/utils/px5g/src/polarssl/havege.h [deleted file]
package/utils/px5g/src/polarssl/rsa.h [deleted file]
package/utils/px5g/src/polarssl/sha1.h [deleted file]
package/utils/px5g/src/polarssl/timing.h [deleted file]
package/utils/px5g/src/polarssl/x509.h [deleted file]
package/utils/px5g/src/px5g.c [deleted file]